Skip to content

Commit a519609

Browse files
file paths are now absolute in error messages too and std_out checks for exact match
1 parent 82d79fb commit a519609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-hooks.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ run_test("deps-in-desc",
257257
run_test("deps-in-desc",
258258
"deps-in-desc",
259259
suffix = "-fail.Rmd", std_err = "Dependency check failed",
260-
std_out = "in file `deps-in-desc-fail.Rmd`",
260+
std_out = "deps-in-desc-fail.Rmd`: ttyzp",
261261
artifacts = c("DESCRIPTION" = test_path("in/DESCRIPTION"))
262262
)
263263

0 commit comments

Comments
 (0)