Skip to content

Commit

Permalink
Merge pull request #276 from r-quantities/master
Browse files Browse the repository at this point in the history
fix test for upcoming units 0.8-6
  • Loading branch information
ibarraespinosa authored Feb 3, 2025
2 parents 51ef824 + 12b922e commit cc98a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-long_to_wide.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ df <- data.frame(pollutant = rep(c("CO", "propadiene", "NO2"), 10),

data(net)
test_that("long_to_wide works", {
expect_equal(long_to_wide(df)$CO[1],
expect_equal(as.numeric(long_to_wide(df)$CO[1]),
1)
})

Expand Down

0 comments on commit cc98a68

Please sign in to comment.