From 044c6cfb86880ecff72f3873a261aed2f8514b1e Mon Sep 17 00:00:00 2001 From: Sayem Chowdhury Date: Sat, 17 Jul 2021 20:18:32 +0600 Subject: [PATCH] update test --- __tests__/api.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/__tests__/api.ts b/__tests__/api.ts index 15e4224..88a5c5b 100644 --- a/__tests__/api.ts +++ b/__tests__/api.ts @@ -152,7 +152,7 @@ if (process.env.CI) { const trackWithMetadata = await api.addTrackTags(decryptedTrack, track, 500); t.true(Buffer.isBuffer(trackWithMetadata)); - t.is(trackWithMetadata.length, 3629194); + t.is(trackWithMetadata.length, 3629206); }); test('TRACK128 WITHOUT ALBUM INFO', async (t) => { @@ -190,7 +190,7 @@ if (process.env.CI) { const trackWithMetadata = await api.addTrackTags(decryptedTrack, track, 500); t.true(Buffer.isBuffer(trackWithMetadata)); - t.is(trackWithMetadata.length, 9023376); + t.is(trackWithMetadata.length, 9023388); }); test('DOWNLOAD TRACK1411 & ADD METADATA', async (t) => { @@ -208,7 +208,7 @@ if (process.env.CI) { const trackWithMetadata = await api.addTrackTags(decryptedTrack, track, 500); t.true(Buffer.isBuffer(trackWithMetadata)); - t.is(trackWithMetadata.length, 25453410); + t.is(trackWithMetadata.length, 25451376); }); } else { test('GET MUSIXMATCH LYRICS', async (t) => {