Fix test type errors

This commit is contained in:
Robin
2025-10-21 13:19:38 -04:00
parent e313cf04a6
commit bd94e415e7

View File

@@ -96,6 +96,7 @@ test("It joins the correct Session", async () => {
{
encryptMedia: true,
useMultiSfu: USE_MUTI_SFU,
preferStickyEvents: false,
},
);
@@ -196,6 +197,7 @@ test("It should not fail with configuration error if homeserver config has livek
{
encryptMedia: true,
useMultiSfu: USE_MUTI_SFU,
preferStickyEvents: false,
},
);
});