We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ef824 commit 12b922eCopy full SHA for 12b922e
tests/testthat/test-long_to_wide.R
@@ -6,7 +6,7 @@ df <- data.frame(pollutant = rep(c("CO", "propadiene", "NO2"), 10),
6
7
data(net)
8
test_that("long_to_wide works", {
9
- expect_equal(long_to_wide(df)$CO[1],
+ expect_equal(as.numeric(long_to_wide(df)$CO[1]),
10
1)
11
})
12
0 commit comments