Skip to content

Commit d4ea79c

Browse files
committed
update to test
1 parent b05f38a commit d4ea79c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-metric_timing_above_threshold.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ test_that("Between thresholds works", {
3030
expect_equal(
3131
timing_above_threshold(MEDI, Datetime, threshold = c(250, 500)),
3232
list(
33-
"mean" = lubridate::as_datetime(lubridate::dhours(7.5), tz = "UTC"),
33+
"mean" = lubridate::as_datetime(lubridate::dhours(10), tz = "UTC"),
3434
"first" = lubridate::as_datetime(lubridate::dhours(6), tz = "UTC"),
35-
"last" = lubridate::as_datetime(lubridate::dhours(9), tz = "UTC")
35+
"last" = lubridate::as_datetime(lubridate::dhours(14), tz = "UTC")
3636
)
3737
)
3838
})

0 commit comments

Comments
 (0)