Skip to content

Commit 9757d7f

Browse files
committed
Rename snapshot
1 parent 4a33291 commit 9757d7f

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
@@ -477,7 +477,7 @@ mod tests {
477477

478478
draw(&mut terminal, &app).unwrap();
479479

480-
assert_snapshot!(terminal.backend());
480+
assert_snapshot!("app_loading", terminal.backend());
481481

482482
let event =
483483
AsyncNotification::Git(AsyncGitNotification::Status);

0 commit comments

Comments
 (0)