We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b36f1b commit 55ae550Copy full SHA for 55ae550
R/snapshot.R
@@ -326,7 +326,7 @@ snapshot_not_available <- function(header, message) {
326
local_reporter_output()
327
328
cli::cli_inform(c(
329
- i = "Can't create snapshot or compare to reference when testing interactively."
+ i = "Can't save snapshot or compare to reference when testing interactively."
330
))
331
cat(cli::rule(header), "\n", sep = "")
332
cat(message, "\n", sep = "")
0 commit comments