Skip to content

Commit

Permalink
Update hewr/tests/testthat/test_to_epiweekly_quantile_table.R
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbayer authored Dec 18, 2024
1 parent 74f7e27 commit 030edd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hewr/tests/testthat/test_to_epiweekly_quantile_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ test_that("to_epiweekly_quantile_table handles multiple locations", {

result_w_one_location <- to_epiweekly_quantile_table(
model_batch_dir = renamed_path,
exclude = c("loc1")
exclude = "loc1"
)
expect_true("loc2" %in% result_w_one_location$location)
expect_false("loc1" %in% result_w_one_location$location)
Expand Down

0 comments on commit 030edd6

Please sign in to comment.