mirror of
https://github.com/d-fi/d-fi-core.git
synced 2025-07-05 12:54:47 +02:00
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…
x
Reference in New Issue
Block a user