update test

This commit is contained in:
Sayem Chowdhury 2021-04-26 22:51:05 +06:00
parent fa03015414
commit cf75864be8
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ if (process.env.CI) {
const trackWithMetadata = await api.addTrackTags(decryptedTrack, track, 500); const trackWithMetadata = await api.addTrackTags(decryptedTrack, track, 500);
t.true(Buffer.isBuffer(trackWithMetadata)); t.true(Buffer.isBuffer(trackWithMetadata));
t.is(trackWithMetadata.length, 25453392); t.is(trackWithMetadata.length, 25453410);
}); });
} else { } else {
test('GET MUSIXMATCH LYRICS', async (t) => { test('GET MUSIXMATCH LYRICS', async (t) => {