Skip to content

Commit e08dd6a

Browse files
committed
Fix missing library(dplyr) in tests
1 parent 1b263be commit e08dd6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-time-utils.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
library(dplyr)
2+
13
test_that("guess_period works", {
24
# Error cases:
35
expect_error(guess_period(numeric(0L)), class = "epiprocess__guess_period__not_enough_times")

0 commit comments

Comments
 (0)