mirror of
https://github.com/d-fi/d-fi-core.git
synced 2025-07-27 15:44:26 +02:00
update artist test
This commit is contained in:
parent
2847a406e5
commit
f702c317a6
@ -103,7 +103,7 @@ test('PARSE DEEZER ARTIST', async (t) => {
|
|||||||
|
|
||||||
t.deepEqual(response.info, {id: '13', type: 'artist'});
|
t.deepEqual(response.info, {id: '13', type: 'artist'});
|
||||||
t.is(response.linktype, 'artist');
|
t.is(response.linktype, 'artist');
|
||||||
t.true(response.tracks.length > 450);
|
t.true(response.tracks.length > 400);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('PARSE SPOTIFY ARTIST', async (t) => {
|
test('PARSE SPOTIFY ARTIST', async (t) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user