mirror of
https://github.com/d-fi/d-fi-core.git
synced 2025-07-29 08:34:57 +02:00
update test
This commit is contained in:
parent
e35e175a57
commit
d18996ca2b
@ -170,7 +170,7 @@ if (process.env.CI) {
|
||||
|
||||
const trackWithMetadata = await api.addTrackTags(decryptedTrack, track, 500);
|
||||
t.true(Buffer.isBuffer(trackWithMetadata));
|
||||
t.is(trackWithMetadata.length, 3309066);
|
||||
t.true(trackWithMetadata.length === 3309066 || trackWithMetadata.length === 3326346);
|
||||
});
|
||||
|
||||
test('DOWNLOAD TRACK320 & ADD METADATA', async (t) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user