mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-19 06:20:25 +00:00
Fix test type errors
This commit is contained in:
@@ -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,
|
||||
},
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user