mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Fix test?
This commit is contained in:
@@ -40,7 +40,7 @@ test('Default track disposition', async () => {
|
||||
forced: false,
|
||||
original: false,
|
||||
hearingImpaired: false,
|
||||
visionImpaired: false,
|
||||
visuallyImpaired: false,
|
||||
commentary: false,
|
||||
});
|
||||
});
|
||||
@@ -86,7 +86,7 @@ test('Customized track disposition', async () => {
|
||||
forced: true,
|
||||
original: true,
|
||||
hearingImpaired: true,
|
||||
visionImpaired: true,
|
||||
visuallyImpaired: true,
|
||||
commentary: true,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user