Skip to content

Commit b95749a

Browse files
committed
rm useless test
1 parent 5982f64 commit b95749a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/testthat/test-mock2-helpers.R

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@ test_that("mock_output_sequence() works", {
66
expect_snapshot(mocked_sequence(), error = TRUE)
77
})
88

9-
test_that("mock_output_sequence() works -- force", {
10-
a <- "3"
11-
b <- "This is a note"
12-
c <- "n"
13-
mocked_sequence <- mock_output_sequence(a, b, c)
14-
a <- "not 3"
15-
expect_equal(mocked_sequence(), "3")
16-
expect_equal(mocked_sequence(), "This is a note")
17-
expect_equal(mocked_sequence(), "n")
18-
})
19-
209
test_that("mock_output_sequence() works -- list", {
2110
x <- list("3", "This is a note", "n")
2211
mocked_sequence <- mock_output_sequence(!!!x)

0 commit comments

Comments
 (0)