Skip to content

Commit c752107

Browse files
committed
Remove soft-deprecated verbose test
1 parent 96005a5 commit c752107

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/testthat/mock-pkg/tests/testthat/test-failed.R

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,3 @@ test_that("Duplicated expectations issue a warning", {
2727
skip_if_maintenance()
2828
expect_doppelganger("myplot", p1_fail, "")
2929
})
30-
31-
test_that("SVGs of failing cases are printed when `verbose` is TRUE", {
32-
skip_if_maintenance()
33-
expect_doppelganger("myplot", p1_fail, "", verbose = TRUE)
34-
})

0 commit comments

Comments
 (0)