1
0
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:
David Baker
2022-05-10 16:30:04 +01:00
parent 9702e8a5fa
commit 85a6a552b5
2 changed files with 9 additions and 0 deletions

View File

@ -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);