Skip to content

Commit 054d54d

Browse files
fix test2
1 parent c12b07c commit 054d54d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-utils.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ test_that("call capturing for error fo command that exists (but arguments that d
4949
)
5050

5151
expect_true(
52-
length(captured$stderr) > 1
52+
length(captured$stderr) > 0
5353
)
5454
expect_error(
5555
communicate_captured_call(captured),
56-
"invalid choice"
56+
"No such file or "
5757
)
5858
})
5959

0 commit comments

Comments
 (0)