Skip to content

Commit

Permalink
Update tests/testthat/test-excel_time_to_numeric.R
Browse files Browse the repository at this point in the history
Co-authored-by: olivroy <[email protected]>
  • Loading branch information
billdenney and olivroy committed Nov 30, 2023
1 parent ce621d3 commit be1571d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test-excel_time_to_numeric.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
context("Excel time cleaning")

test_that("excel_time_to_numeric numbers function correctly", {
expect_equal(excel_time_to_numeric(0.1), 8640)
expect_equal(excel_time_to_numeric(0.1000000001), 8640)
Expand Down

0 comments on commit be1571d

Please sign in to comment.