Skip to content

Commit

Permalink
Correct waning immunity expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikunterwegs committed Mar 20, 2024
1 parent af12f41 commit ce8e92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-model_vacamole.R
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ test_that("Vacamole model: time dependence", {
)

expect_true(
all(epidemic_size(data_waning_immunity) > epidemic_size(data))
all(epidemic_size(data_waning_immunity) > epidemic_size(data_all_vax))
)
})

Expand Down

0 comments on commit ce8e92b

Please sign in to comment.