Skip to content

Commit

Permalink
Update test-get_dataset.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan authored Apr 18, 2024
1 parent 15549c4 commit a046214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-get_dataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ test_that("errors properly", {
regexp = "Can't find the dataset name `dataset-name-with-no-close-match`"
)
expect_error(get_dataset("gp-practice-population"),
regexp = "Did you mean 'gp-practice-populations'?"
regexp = "Did you mean .+?gp-practice-populations.+?\\?"
)
})

0 comments on commit a046214

Please sign in to comment.