Skip to content

Commit

Permalink
fixed failing extract_param test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Apr 28, 2023
1 parent bbb8d45 commit 0e9bae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-extract_param.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ test_that("extract_param fails as expected", {
distribution = "lnorm",
percentiles = c(0.125, 0.875)
),
regexp = "(values vector should be)*(check values)"
regexp = "(Assertion)*(failed: Must be of type)*(numeric)*(not)*(character)"
)

expect_error(
Expand Down

0 comments on commit 0e9bae9

Please sign in to comment.