Skip to content

Commit

Permalink
Merge pull request #112 from mllg/master
Browse files Browse the repository at this point in the history
Do not match on complete error message of checkmate in tests
  • Loading branch information
nutterb committed Apr 9, 2018
2 parents 3a878b7 + 176d442 commit 2ecb47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-sprinkle_fixed_header.R
Expand Up @@ -84,7 +84,7 @@ test_that(
"Cast an error if x does not inherit class dust",
{
expect_error(sprinkle_fixed_header(mtcars),
"Must have class 'dust'")
"class 'dust'")
}
)

Expand Down

0 comments on commit 2ecb47a

Please sign in to comment.