Skip to content

Commit 0a69c1a

Browse files
committed
fix failing test
1 parent 9b5b417 commit 0a69c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-epi_recipe.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ test_that("epi_recipe epi_df works", {
8282
~ variable, ~ type, ~ role, ~ source,
8383
"time_value", "date", "time_value", "original",
8484
"geo_value", "nominal", "geo_value", "original",
85-
"x", "numeric", NA, "original",
86-
"y", "numeric", NA, "original"
85+
"x", "numeric", "raw", "original",
86+
"y", "numeric", "raw", "original"
8787
)
8888
expect_identical(r$var_info, ref_var_info)
8989
expect_equal(nrow(r$template), 1L)

0 commit comments

Comments
 (0)