Really fix tests

This commit is contained in:
An Phan 2016-12-17 16:16:11 +08:00
parent 796ca1f413
commit 10d2492232
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -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: {