Skip to content

Commit

Permalink
Fix test to match description
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Dec 5, 2024
1 parent ae01cbb commit 6f8cd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-list_countries.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test_that("age_df_countries() and contact_df_countries() provide data for all li
age_df_countries(list_countries(data_source = s))
)

expect_identical(nrow(contacts), nrow(popsizes) * 20L)
expect_setequal(contacts$country, popsizes$country)

}

Expand Down

0 comments on commit 6f8cd30

Please sign in to comment.