mirror of
https://github.com/d-fi/d-fi-core.git
synced 2025-07-27 07:34:42 +02:00
update test
This commit is contained in:
parent
a31c59e193
commit
a1e085452e
@ -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, 3629195);
|
||||
t.is(trackWithMetadata.length, 3629194);
|
||||
});
|
||||
|
||||
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, 9023377);
|
||||
t.is(trackWithMetadata.length, 9023376);
|
||||
});
|
||||
|
||||
test('DOWNLOAD TRACK1411 & ADD METADATA', async (t) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user