Skip to content

Commit

Permalink
Update R/snapshot.R
Browse files Browse the repository at this point in the history
Co-authored-by: Davis Vaughan <davis@rstudio.com>
  • Loading branch information
hadley and DavisVaughan authored Oct 31, 2024
1 parent 2b36f1b commit 55ae550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/snapshot.R
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ snapshot_not_available <- function(header, message) {
local_reporter_output()

cli::cli_inform(c(
i = "Can't create snapshot or compare to reference when testing interactively."
i = "Can't save snapshot or compare to reference when testing interactively."
))
cat(cli::rule(header), "\n", sep = "")
cat(message, "\n", sep = "")
Expand Down

0 comments on commit 55ae550

Please sign in to comment.