diff --git a/R/reporter-zzz.R b/R/reporter-zzz.R index 9d3da7418..e4adce07a 100644 --- a/R/reporter-zzz.R +++ b/R/reporter-zzz.R @@ -61,7 +61,7 @@ stop_reporter <- function(message) { cli::cli_abort( message, class = "testthat_abort_reporter", - error_call = NULL + call = NULL ) }