Skip to content
Snippets Groups Projects
Commit 01a36597 authored by jennybc's avatar jennybc
Browse files

fix test re: gapminder_unfiltered

parent 644de991
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -13,7 +13,7 @@ test_that("China imputation is not stupid", {
test_that("data objects are unchanged", {
expect_equal_to_reference(gapminder, "gapminder.rds")
expect_equal_to_reference(gapminder, "gapminder_unfiltered.rds")
expect_equal_to_reference(gapminder_unfiltered, "gapminder_unfiltered.rds")
expect_equal_to_reference(country_colors, "country_colors.rds")
expect_equal_to_reference(continent_colors, "continent_colors.rds")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment