Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Dec 4, 2023
1 parent fe3acb0 commit 5d13b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-tar_built.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tar_test("tar_built() empty", {
expect_warning(tar_built(), class = "crew_condition_deprecate")
expect_warning(tar_built(), class = "tar_condition_deprecate")
expect_equal(suppressWarnings(tar_built()), character(0))
expect_equal(suppressWarnings(tar_built(contains("x"))), character(0))
})
Expand Down

0 comments on commit 5d13b9a

Please sign in to comment.