We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f61047 commit 48b44afCopy full SHA for 48b44af
tests/testthat/test-mock2-helpers.R
@@ -15,5 +15,7 @@ test_that("mock_output_sequence()'s recycling works", {
15
expect_equal(mocked_sequence(), "This is a note")
16
expect_equal(mocked_sequence(), "n")
17
expect_equal(mocked_sequence(), "3")
18
+ expect_equal(mocked_sequence(), "This is a note")
19
+ expect_equal(mocked_sequence(), "n")
20
})
21
0 commit comments