From 9aaf321e4eaf670c8d71f37a73fe965c31684a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Wed, 28 Apr 2021 13:39:09 +0200 Subject: [PATCH] Remove dis call which doesn't seem to be necessary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- test/CallHandler-test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CallHandler-test.ts b/test/CallHandler-test.ts index 4b326cde25..1e3f92e788 100644 --- a/test/CallHandler-test.ts +++ b/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