Skip to content

Commit e2e384d

Browse files
fix erorr
1 parent 9efb23c commit e2e384d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testthat/test-hooks.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ run_test("parsable-R", suffix = "-fail.R", std_out = "Full context", std_err = "
174174
run_test(
175175
"parsable-R",
176176
suffix = "-fail.Rmd",
177-
std_err = "parsable-R-fail.Rmd is not parsable"
177+
std_out = "parsable-R-fail.Rmd",
178+
std_err = "1 1"
178179
)
179180

180181
### . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ..

0 commit comments

Comments
 (0)