Skip to content

Commit

Permalink
Merge branch 'excel_time_to_numeric' of github.com:billdenney/janitor…
Browse files Browse the repository at this point in the history
… into excel_time_to_numeric
  • Loading branch information
billdenney committed Nov 1, 2023
2 parents a461e77 + 8aa21dc commit 4c68a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-excel_time_to_numeric.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test_that("excel_time_to_numeric, am/pm times work", {
# Test mixed AM/PM and 24-hour clock values
expect_equal(
excel_time_to_numeric(c("8:00pm", "8:00", "9:00")),
c(20, 8, 9)*3600
c(20, 8, 9) * 3600
)
})

Expand Down

0 comments on commit 4c68a9d

Please sign in to comment.