diff --git a/tests/testthat/test-location.R b/tests/testthat/test-location.R index 4fedc56a..1829feee 100644 --- a/tests/testthat/test-location.R +++ b/tests/testthat/test-location.R @@ -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'") })