diff --git a/tests/testthat/_snaps/conditions/stop-error.txt b/tests/testthat/_snaps/conditions/stop-error.txt index 6947c891..dae4297e 100644 --- a/tests/testthat/_snaps/conditions/stop-error.txt +++ b/tests/testthat/_snaps/conditions/stop-error.txt @@ -8,5 +8,5 @@ Backtrace: 2. global g() 3. global h() -Quitting from lines 11-15 [unnamed-chunk-2] (with-stop-error.Rmd) +Quitting from lines 10-14 [unnamed-chunk-2] (with-stop-error.Rmd) Execution halted diff --git a/tests/testthat/ressources/with-stop-error.Rmd b/tests/testthat/ressources/with-stop-error.Rmd index 2d9b679b..1a5572ec 100644 --- a/tests/testthat/ressources/with-stop-error.Rmd +++ b/tests/testthat/ressources/with-stop-error.Rmd @@ -4,7 +4,6 @@ title: document with error ```{r} rlang::global_entrace() -options(rlang_backtrace_on_error_report = "full") ``` ```{r}