Skip to content

Commit

Permalink
Update test-standalone-types-check.R
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Aug 18, 2024
1 parent 4edb5d6 commit 5daa36d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-standalone-types-check.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ test_that("`check_logical()` checks", {
err(checker(1, check_logical))
err(checker(list("foo", "bar"), check_logical, allow_null = TRUE))
err(checker(logical(0), check_logical, allow_empty = FALSE))

})
})

Expand Down

0 comments on commit 5daa36d

Please sign in to comment.