Skip to content

Commit 4e32e0b

Browse files
fix failing test with latest roxygen
1 parent f593391 commit 4e32e0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ Roxygen: list(markdown = TRUE, roclets = c( "rd", "namespace", "collate",
4848
if (rlang::is_installed("pkgapi")) "pkgapi::api_roclet" else {
4949
warning("Please install r-lib/pkgapi to make sure the file API is kept
5050
up to date"); NULL} ) )
51-
RoxygenNote: 7.2.3
51+
RoxygenNote: 7.3.0
5252
SystemRequirements: git

tests/testthat/test-hook-roxygenize.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ test_that("warns if there is any other warning", {
154154
"R/blur.R"
155155
)
156156

157-
expect_warning(
157+
expect_message(
158158
roxygenize_with_cache(list(getwd()), dirs = dirs_R.cache("roxygenize")),
159159
"(with|a) @name"
160160
)

0 commit comments

Comments
 (0)