Skip to content

Commit

Permalink
Linting failure. Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
telkamp7 committed Oct 26, 2023
1 parent 6f79334 commit 79652a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-tsd.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ test_that("Can correctly make an 'aedseo_tsd' class object", {
tsd_day <- tsd(
observed = c(10, 15, 20, 18),
time = as.Date(c("2023-01-01", "2023-01-02", "2023-01-03", "2023-01-05")),
time_interval = "day")
time_interval = "day"
)

expect_s3_class(object = tsd_day, class = "aedseo_tsd")
})

0 comments on commit 79652a0

Please sign in to comment.