We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46061fb commit 08ac040Copy full SHA for 08ac040
tests/testthat/test-arrange-canonical.R
@@ -5,7 +5,7 @@ test_that("canonical arrangement works", {
5
geo_value = rep(c("ga", "ca"), each = 4),
6
time_value = rep(2:1, times = 4)
7
)
8
- expect_warning(arrange_canonical(tib))
+ expect_error(arrange_canonical(tib))
9
10
tib <- tib %>% as_epi_df(additional_metadata = list(other_keys = "demo_grp"))
11
expect_equal(names(tib), c("geo_value", "time_value", "x", "demo_grp"))
0 commit comments