Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Apr 20, 2023
1 parent 48c38d5 commit e903439
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-crew_retry.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
crew_test("crew_retry() with argless function", {
skip_on_cran()
expect_silent(crew_retry(fun = function() TRUE))
expect_error(
crew_retry(
Expand All @@ -12,6 +13,7 @@ crew_test("crew_retry() with argless function", {
})

crew_test("crew_retry() with argless function and error = FALSE", {
skip_on_cran()
expect_silent(crew_retry(fun = function() TRUE))
expect_silent(
crew_retry(
Expand Down

0 comments on commit e903439

Please sign in to comment.