update test

This commit is contained in:
Sayem Chowdhury 2021-04-27 00:35:07 +06:00
parent cd5fd55f6f
commit 4505d9ed60
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }
}); });