Skip to content

Commit 48b44af

Browse files
committed
test: add cases
1 parent 6f61047 commit 48b44af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-mock2-helpers.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ test_that("mock_output_sequence()'s recycling works", {
1515
expect_equal(mocked_sequence(), "This is a note")
1616
expect_equal(mocked_sequence(), "n")
1717
expect_equal(mocked_sequence(), "3")
18+
expect_equal(mocked_sequence(), "This is a note")
19+
expect_equal(mocked_sequence(), "n")
1820
})
1921

0 commit comments

Comments
 (0)