Skip to content

Commit

Permalink
Try a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Feb 29, 2024
1 parent d5129f0 commit b29bae5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/test-build_universe.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,14 @@ out <- try(
stopifnot(inherits(out, "try-error"))
stopifnot(
grepl(
pattern = "JSON entry for package 'paws.analytics' must have fields",
pattern = "JSON entry for package",
x = r.releases.utils::try_message(out),
fixed = TRUE
)
)
stopifnot(
grepl(
pattern = "must have fields",
x = r.releases.utils::try_message(out),
fixed = TRUE
)
Expand Down

0 comments on commit b29bae5

Please sign in to comment.