diff --git a/src/state/CallViewModel/localMember/LocalMember.test.ts b/src/state/CallViewModel/localMember/LocalMember.test.ts index c8cc45f8..6eaaa0b0 100644 --- a/src/state/CallViewModel/localMember/LocalMember.test.ts +++ b/src/state/CallViewModel/localMember/LocalMember.test.ts @@ -295,7 +295,6 @@ describe("LocalMembership", () => { }); localMembership.requestJoinAndPublish(); - expectObservable(localMembership.localMemberState$).toBe("n-e", { n: TransportState.Waiting, e: expect.toSatisfy((e) => e instanceof FailToGetOpenIdToken),