Skip to content

Commit

Permalink
Drop obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 21, 2024
1 parent c8465dc commit 468db7e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/testthat/test-packer.R
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,6 @@ test_that("prevent unknown names in subset", {

test_that("don't allow things other than character vectors for now", {
p <- monty_packer(c("a", "b"))
expect_error(
p$subset(NULL),
"Invalid input for 'keep'; this must currently be a character vector")
expect_error(
p$subset(1),
"Invalid input for 'keep'; this must currently be a character vector")
Expand Down

0 comments on commit 468db7e

Please sign in to comment.