Skip to content

Commit

Permalink
test: there was a typo in this test. fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Mar 8, 2024
1 parent 27fea17 commit e61db27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-verify-variables.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ test_that("the required variables are present in the dataset", {
expect_true(verify_required_variables(bef_complete_extra, "bef"))

# When it is a character output, it is a fail.
expect_character(verify_required_variables(bef_incomplete, "bef"))
expect_type(verify_required_variables(bef_incomplete, "bef"), "character")
})

0 comments on commit e61db27

Please sign in to comment.