Fix test?

This commit is contained in:
Vanilagy
2025-11-13 11:02:36 +01:00
parent 217b383f12
commit abe6185ddd
+2 -2
View File
@@ -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,
});
});