Skip to content

Commit 46504ad

Browse files
authored
Fix stack trace in stop_reporter (#1985)
1 parent fe38519 commit 46504ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/reporter-zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ stop_reporter <- function(message) {
6161
cli::cli_abort(
6262
message,
6363
class = "testthat_abort_reporter",
64-
error_call = NULL
64+
call = NULL
6565
)
6666
}
6767

0 commit comments

Comments
 (0)