fixup: prettier

This commit is contained in:
Valere
2026-04-10 10:08:57 +02:00
parent aea5815dab
commit 208184909e

View File

@@ -295,7 +295,6 @@ describe("LocalMembership", () => {
});
localMembership.requestJoinAndPublish();
expectObservable(localMembership.localMemberState$).toBe("n-e", {
n: TransportState.Waiting,
e: expect.toSatisfy((e) => e instanceof FailToGetOpenIdToken),