missing semicolon

This commit is contained in:
David Baker
2021-04-20 12:58:33 +01:00
parent 5407717534
commit bca8568d64
+1 -1
View File
@@ -273,7 +273,7 @@ describe('Call', function() {
});
const identChangedCallback = jest.fn();
call.on(CallEvent.AssertedIdentityChanged, identChangedCallback)
call.on(CallEvent.AssertedIdentityChanged, identChangedCallback);
await call.onAssertedIdentityReceived({
getContent: () => {