update test
This commit is contained in:
parent
fa03015414
commit
cf75864be8
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in New Issue