Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Oct 22, 2024
1 parent 53f3217 commit 6da8048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-tar_option_set.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ tar_test("garbage_collection", {
tar_option_reset()
expect_equal(tar_option_get("garbage_collection"), 1000L)
expect_error(
tar_option_set(garbage_collection = "abc"),
suppressWarnings(tar_option_set(garbage_collection = "abc")),
class = "tar_condition_validate"
)
})
Expand Down

0 comments on commit 6da8048

Please sign in to comment.