This commit is contained in:
Johannes Marbach
2026-09-04 07:44:16 +02:00
parent b22eba7af9
commit bae8da3ddc

View File

@@ -963,8 +963,7 @@ describe("LocalMembership", () => {
it("does nothing when there is no local participant", async () => {
// No connection means participant$ never resolves to a participant.
const { scope, localMembership } =
createMembershipWithConnection(null);
const { scope, localMembership } = createMembershipWithConnection(null);
await flushPromises();
expect(localMembership.toggleScreenSharing).not.toBeNull();