Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Sep 12, 2024
1 parent 7634e55 commit 7934bd8
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 @@ -816,7 +816,7 @@ test_that("validate arguments to packit locations", {
orderly_location_add("other", "packit",
list(url = "example.com", token = 123),
root = root),
"'args$token' must be character")
"'args$token' must be character", fixed = TRUE)

expect_equal(orderly_location_list(root = root), "local")
})
Expand Down

0 comments on commit 7934bd8

Please sign in to comment.