Make test more resilient

This commit is contained in:
Vanilagy
2026-03-04 17:12:40 +01:00
parent 506ad0c798
commit e18da824ce
-1
View File
@@ -156,7 +156,6 @@ test('MPEG-TS muxing with AVC and AAC', async () => {
const secondVideoPacket = await videoSink.getNextPacket(firstVideoPacket);
assert(secondVideoPacket);
expect(secondVideoPacket.type).toBe('delta');
for await (const packet of videoSink.packets()) {
expect(packet.data.slice(0, 4)).toEqual(new Uint8Array([0, 0, 0, 1])); // Annex B start code