Skip to content

Commit

Permalink
drop class check (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Sep 7, 2024
1 parent eee06ed commit 353f4bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/test-expand.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ test_that("reindex() work", {
expect_error(reindex(1), "data.frame", class = "simpleError")
expect_error(
reindex(quick_dfl(a = 1), index = integer()),
"new_index",
class = "simpleError"
"new_index"
)
})

Expand Down

0 comments on commit 353f4bd

Please sign in to comment.