Skip to content

Commit

Permalink
test fix for old R
Browse files Browse the repository at this point in the history
  • Loading branch information
mjskay committed Nov 20, 2023
1 parent cf2c2f2 commit 3bab85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-rvar-cast.R
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ test_that("is_rvar_XXX works", {
x_int <- rvar(integer())
x_cmp <- rvar(complex())
x_fct <- rvar(factor())
x_ord <- rvar(ordered())
x_ord <- rvar(ordered(NULL))

expect_true(is_rvar(x))
expect_false(is_rvar_logical(x))
Expand Down

0 comments on commit 3bab85c

Please sign in to comment.