Skip to content

Commit

Permalink
Update string in test
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 22, 2024
1 parent 084d0c2 commit 073eb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-example.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ test_that("can set config", {
test_that("error if path exists", {
path <- withr::local_tempdir()
expect_error(orderly_example("default", dest = path),
"The path '.+' cannot exist")
"The path '.+' must not exist")
})

0 comments on commit 073eb77

Please sign in to comment.