Skip to content

Commit 4c2cc95

Browse files
committed
Rename snapshot
1 parent 69e2ea6 commit 4c2cc95

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ mod tests {
487487

488488
draw(&mut terminal, &app).unwrap();
489489

490-
assert_snapshot!(terminal.backend());
490+
assert_snapshot!("app_loading", terminal.backend());
491491

492492
let event =
493493
AsyncNotification::Git(AsyncGitNotification::Status);

0 commit comments

Comments
 (0)