update artist test

This commit is contained in:
Sayem Chowdhury 2021-04-07 16:51:12 +06:00
parent 2847a406e5
commit f702c317a6

View File

@ -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) => {