From bca8568d64e4964fafdc5772cf14eec10bd8662e Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 20 Apr 2021 12:58:33 +0100 Subject: [PATCH] missing semicolon --- spec/unit/webrtc/call.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unit/webrtc/call.spec.ts b/spec/unit/webrtc/call.spec.ts index 46102c30d..e5ef6de87 100644 --- a/spec/unit/webrtc/call.spec.ts +++ b/spec/unit/webrtc/call.spec.ts @@ -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: () => {