Remove dis call which doesn't seem to be necessary

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
watcha-feature/make-nextcloud-documents-integration-a-local-widget
Šimon Brandner 5 years ago
parent b6324a816f
commit 9aaf321e4e
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
  1. 1
      test/CallHandler-test.ts

@ -199,7 +199,6 @@ describe('CallHandler', () => {
fakeCall.emit(CallEvent.AssertedIdentityChanged);
await roomChangePromise;
dis.unregister(dispatchHandle);
callHandler.removeAllListeners();
// If everything's gone well, we should have seen only one room change

Loading…
Cancel
Save