Skip to content

Commit

Permalink
fix as_parameter unit test due to {epireview} update
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Sep 30, 2024
1 parent f2585e1 commit 1f115ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-coercion.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test_that("as_epiparameter works for ebola serial interval (issue #303)", {
ebola_serial <- ebola_params[
which(ebola_params$parameter_type == "Human delay - serial interval" &
ebola_params$distribution_type == "Gamma" &
ebola_params$article_label == "Chan 2020 (1)"),
ebola_params$article_label == "Chan 2020"),
]
# suppress warning and message about citation
ebola_serial_epiparameter <- suppressWarnings(
Expand Down

0 comments on commit 1f115ec

Please sign in to comment.