Skip to content

Commit

Permalink
fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Dec 15, 2021
1 parent 52d3197 commit b93d786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-date_time_conversion.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test_that("read.xlsx detectDates", {
tst_dat <- read.xlsx(xlsxFile, detectDates = TRUE)
tst_num <- read.xlsx(xlsxFile, detectDates = FALSE)

expect_equal(ref_dat, ref_dat)
expect_equal(ref_num, ref_num)
expect_equal(ref_dat, tst_dat)
expect_equal(ref_num, tst_num)

})

0 comments on commit b93d786

Please sign in to comment.