1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-06-04 11:41:35 +02:00
parent ef7595bb06
commit 0e05f9fd73

View File

@@ -305,7 +305,9 @@ describe('Call', function() {
await client.httpBackend.flush();
await callPromise;
call.getOpponentMember = () => {return { userId: "@bob:bar.uk" }};
call.getOpponentMember = () => {
return { userId: "@bob:bar.uk" };
};
await call.onAnswerReceived({
getContent: () => {
@@ -336,7 +338,9 @@ describe('Call', function() {
await client.httpBackend.flush();
await callPromise;
call.getOpponentMember = () => {return { userId: "@bob:bar.uk" }};
call.getOpponentMember = () => {
return { userId: "@bob:bar.uk" };
};
await call.onAnswerReceived({
getContent: () => {