You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-07-31 15:24:23 +03:00
Make tests pass again
Now we know what that bit in the crypto unit test was for...
This commit is contained in:
@ -471,6 +471,7 @@ describe('Call', function() {
|
||||
},
|
||||
};
|
||||
},
|
||||
getSender: () => "@test:foo",
|
||||
});
|
||||
|
||||
await call.updateLocalUsermediaStream(
|
||||
@ -510,6 +511,7 @@ describe('Call', function() {
|
||||
[SDPStreamMetadataKey]: {},
|
||||
};
|
||||
},
|
||||
getSender: () => "@test:foo",
|
||||
});
|
||||
|
||||
await call.upgradeCall(false, true);
|
||||
|
Reference in New Issue
Block a user