Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
philipdelff committed Aug 26, 2024
1 parent fba3c78 commit ae791fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified tests/testthat/testReference/NMwriteData_13.rds
Binary file not shown.
6 changes: 3 additions & 3 deletions tests/testthat/test_NMwriteData.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ test_that("A comma in a character",{
expect_error(
NMwriteData(pk,file="testOutput/NMwriteDataTmp.csv",
,formats=NULL
,nm.drop="CYCLE")
,nm.drop="CYCLE")
)

})
Expand Down Expand Up @@ -320,8 +320,8 @@ test_that("Non-numeric DATE and TIME",{


pk <- NMorderColumns(pk)
nmcode <- NMwriteData(pk,file=outfile

nmcode <- NMwriteData(pk,file=outfile
,script="DATE and TIME as char",formats=cc(csv),
args.stamp=list(time="2021-11-21 11:00:00"))
res1 <- NMreadCsv(fnExtension(outfile,"csv"),as.fun="data.table")
Expand Down

0 comments on commit ae791fd

Please sign in to comment.