Skip to content

Commit

Permalink
Fix stack trace in stop_reporter (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Oct 22, 2024
1 parent fe38519 commit 46504ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/reporter-zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ stop_reporter <- function(message) {
cli::cli_abort(
message,
class = "testthat_abort_reporter",
error_call = NULL
call = NULL
)
}

Expand Down

0 comments on commit 46504ad

Please sign in to comment.