Skip to content

Commit b8c3b54

Browse files
committed
Rename snapshot
1 parent de695e9 commit b8c3b54

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
@@ -466,7 +466,7 @@ mod tests {
466466

467467
draw(&mut terminal, &app).unwrap();
468468

469-
assert_snapshot!(terminal.backend());
469+
assert_snapshot!("app_loading", terminal.backend());
470470

471471
let event =
472472
AsyncNotification::Git(AsyncGitNotification::Status);

0 commit comments

Comments
 (0)