Skip to content

Commit

Permalink
Fix test file
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 22, 2024
1 parent 70a04a7 commit 7e55d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-location.R
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ test_that("can add a custom outpack location", {
test_that("custom drivers require a 'driver' argument", {
root <- create_temporary_root()
expect_error(
orderly_location_add("a", "custom", args = list(), root = root)
orderly_location_add("a", "custom", args = list(), root = root),
"Field missing from args: 'driver'")
})

Expand Down

0 comments on commit 7e55d50

Please sign in to comment.