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 c4a1b39 commit 33ba7aa
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 @@ -950,7 +950,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 33ba7aa

Please sign in to comment.