Skip to content

Commit

Permalink
update unit tests for test_missing_data()
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLBaker committed Jul 29, 2024
1 parent 6481ecb commit c11de6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-tabular_data_congruence.R
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ test_that("test_missing_data displays file-level error message", {
test_that("test_mising_data displays test pass message at column levels", {
expect_message(test_missing_data(here::here(good_dir, "BUIS_good"),
detail_level = "columns"),
"Missing data listed as NA is accounted for in metadata")
'Missing data listed as NA, "blank", or "empty" is accounted for in metadata')
})


Expand Down

0 comments on commit c11de6e

Please sign in to comment.