testthat::expect_snapshot(stop("error"), error = TRUE, cnd = TRUE)
── Snapshot ─────────────────────────────────────────────────────────────────────────────────────────
ℹ Can't save or compare to reference when testing interactively.
Code
stop("error")
Condition <rlang_error>
Error:
! error
─────────────────────────────────────────────────────────────────────────────────────────────────────
The condition seems changed to rlang_error in 3.3.0.
Found in pola-rs/r-polars#1642.
The condition seems changed to
rlang_errorin 3.3.0.Found in pola-rs/r-polars#1642.