Skip to content

Commit

Permalink
update tests for get_national_data
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Feb 5, 2022
1 parent c6c36a3 commit 927d9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This release is currently under development

- Fixed a bug in `fill_empty_dates_with_na()` caused by changes made in version `1.2.0` of `tidyr`.
- Fixed a bug in the data sourced from Germany so that instead of treating it as a line list of individuals it is treated as a relatively finely resolved count data which needs to be summed up (by @sbfnk).
- Fixed a bug in the Vietnam class due to `stringr` ([#448](https://github.com/epiforecasts/covidregionaldata/pull/448) by @RichardMN)
- Fixed a bug in the Vietnam class due to `stringr` ([#448](https://github.com/epiforecasts/covidregionaldata/pull/448) by @RichardMN).

## Depreciations

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-get_national_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test_get_national_data <- function(source) {
verbose = FALSE
))
expect_warning(get_national_data(
country = "Zimbabwe", source = source,
countries = "Zimbabwe", source = source,
verbose = FALSE
))
expect_equal(
Expand Down

0 comments on commit 927d9f1

Please sign in to comment.