Skip to content

Commit f42cd9e

Browse files
don't assume anything about the error message in pkgdown
1 parent c0573f2 commit f42cd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-hook-pkgdown.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ run_test("pkgdown",
1616
"DESCRIPTION" = "DESCRIPTION"
1717
),
1818
suffix = "",
19-
std_err = "topic must be a known"
19+
std_err = ""
2020
)
2121

2222
# failed articles

0 commit comments

Comments
 (0)