Skip to content

Commit 55ae550

Browse files
hadleyDavisVaughan
andauthored
Update R/snapshot.R
Co-authored-by: Davis Vaughan <[email protected]>
1 parent 2b36f1b commit 55ae550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/snapshot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ snapshot_not_available <- function(header, message) {
326326
local_reporter_output()
327327

328328
cli::cli_inform(c(
329-
i = "Can't create snapshot or compare to reference when testing interactively."
329+
i = "Can't save snapshot or compare to reference when testing interactively."
330330
))
331331
cat(cli::rule(header), "\n", sep = "")
332332
cat(message, "\n", sep = "")

0 commit comments

Comments
 (0)