mirror of
https://github.com/koel/koel
synced 2025-02-17 22:08:28 +00:00
Really fix tests
This commit is contained in:
parent
796ca1f413
commit
10d2492232
1 changed files with 2 additions and 2 deletions
|
@ -94,9 +94,9 @@ describe('stores/song', () => {
|
|||
|
||||
it ('correctly syncs an updated song into a new album of same artist', () => {
|
||||
const song = cloneDeep(updatedSong)
|
||||
song.album_id = 9999
|
||||
song.album_id = 1000
|
||||
song.album = {
|
||||
id: 9999,
|
||||
id: 1000,
|
||||
artist_id: 1,
|
||||
name: 'Brand New Album from All-4-One',
|
||||
artist: {
|
||||
|
|
Loading…
Add table
Reference in a new issue