Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mierak committed Nov 10, 2024
1 parent b2d9de9 commit b77a5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/panes/album_art.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ mod tests {
let mut screen = AlbumArtPane::new(&app_context);

screen
.on_event(&mut UiEvent::Player, &mut client, &app_context)
.on_event(&mut UiEvent::SongChanged, &mut client, &app_context)
.unwrap();

assert_eq!(
Expand Down

0 comments on commit b77a5bc

Please sign in to comment.