Skip to content

Commit

Permalink
fix partial arg matching in add_cols test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed May 31, 2024
1 parent 15a68e1 commit 7451eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-add_cols.R
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ test_that(".add_outcome works as expected with age-strat risks", {
linelist <- .add_outcome(
.data = ll,
onset_to_death = onset_to_death,
onset_to_recover = onset_to_recovery,
onset_to_recovery = onset_to_recovery,
hosp_death_risk = age_dep_hosp_death_risk,
non_hosp_death_risk = age_dep_non_hosp_death_risk,
config = create_config()
Expand Down

0 comments on commit 7451eda

Please sign in to comment.