Skip to content

Commit

Permalink
fix failing test with latest roxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Jan 11, 2024
1 parent 6079a7f commit bf23412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ Roxygen: list(markdown = TRUE, roclets = c( "rd", "namespace", "collate",
if (rlang::is_installed("pkgapi")) "pkgapi::api_roclet" else {
warning("Please install r-lib/pkgapi to make sure the file API is kept
up to date"); NULL} ) )
RoxygenNote: 7.2.3
RoxygenNote: 7.3.0
SystemRequirements: git
2 changes: 1 addition & 1 deletion tests/testthat/test-hook-roxygenize.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ test_that("warns if there is any other warning", {
"R/blur.R"
)

expect_warning(
expect_message(
roxygenize_with_cache(list(getwd()), dirs = dirs_R.cache("roxygenize")),
"(with|a) @name"
)
Expand Down

0 comments on commit bf23412

Please sign in to comment.