Make it clear that we are mocking MatrixRTC memberships

This commit is contained in:
Hugh Nimmo-Smith
2024-11-20 10:37:50 +00:00
parent 138a6c7e73
commit 7677514bf5
5 changed files with 17 additions and 13 deletions

View File

@@ -8,13 +8,13 @@ Please see LICENSE in the repository root for full details.
import { expect, test, vi } from "vitest";
import {
mockMembership,
mockRtcMembership,
withLocalMedia,
withRemoteMedia,
withTestScheduler,
} from "../utils/test";
const rtcMembership = mockMembership("@alice:example.org", "AAAA");
const rtcMembership = mockRtcMembership("@alice:example.org", "AAAA");
test("control a participant's volume", async () => {
const setVolumeSpy = vi.fn();