Skip to content

Commit

Permalink
[1877781999]: One more
Browse files Browse the repository at this point in the history
  • Loading branch information
gergness committed Jun 13, 2024
1 parent 5cb7a2b commit ad99c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-export-dataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ with_test_authentication({
df2 <- read.csv(filename)
expect_identical(dim(df2), c(10L, 2L))
expect_identical(names(df2), c("v2", "v4"))
expect_identical(levels(df2$v4), "C")
expect_identical(unique(df2$v4), "C")
})

test_that("Can export category ids", {
Expand Down

0 comments on commit ad99c37

Please sign in to comment.