update test
This commit is contained in:
parent
cd5fd55f6f
commit
4505d9ed60
|
@ -171,7 +171,7 @@ if (process.env.CI) {
|
||||||
if (!process.env.CI) {
|
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.true(trackWithMetadata.length === 3309066);
|
t.true(trackWithMetadata.length === 3326050);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue