Skip to content

Commit

Permalink
Use new artist format in GridTrackTable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Oct 16, 2024
1 parent 8efdb52 commit 6a214c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ui/test/gridTrackTable.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ makeSnapshotTest(GridTrackTable, {
{
position: 1,
thumbnail: 'https://i.imgur.com/4euOws2.jpg',
artist: 'Test Artist',
artists: ['Test Artist'],
title: 'Test Title',
album: 'Test Album',
duration: '1:00'
}, {
position: 2,
thumbnail: 'https://i.imgur.com/4euOws2.jpg',
artist: 'Test Artist 2',
artists: ['Test Artist 2', 'Test Artist 4'],
name: 'Test Title 2',
album: 'Test Album',
duration: '1:00'
} as Track,
{
position: 3,
thumbnail: 'https://i.imgur.com/4euOws2.jpg',
artist: {name: 'Test Artist 3' },
artists: ['Test Artist 3'],
name: 'Test Title 3',
album: 'Test Album',
duration: '1:00'
Expand Down

0 comments on commit 6a214c5

Please sign in to comment.