We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe38519 commit 46504adCopy full SHA for 46504ad
R/reporter-zzz.R
@@ -61,7 +61,7 @@ stop_reporter <- function(message) {
61
cli::cli_abort(
62
message,
63
class = "testthat_abort_reporter",
64
- error_call = NULL
+ call = NULL
65
)
66
}
67
0 commit comments