Remove unused variables from CallViewModel tests

This commit is contained in:
Robin
2026-07-27 15:58:01 +02:00
parent e20abb19fb
commit 062e0a00fb

View File

@@ -505,7 +505,7 @@ describe.each([
}); });
test("one-on-one portrait layout shows name tags in room with 3 members", () => { test("one-on-one portrait layout shows name tags in room with 3 members", () => {
withTestScheduler(({ behavior, schedule, expectObservable }) => { withTestScheduler(({ expectObservable }) => {
withCallViewModel( withCallViewModel(
{ {
remoteParticipants$: constant([aliceParticipant]), remoteParticipants$: constant([aliceParticipant]),
@@ -1066,7 +1066,7 @@ describe.each([
}); });
test("expanded spotlight layout hides PiP tile in one-on-one voice call", () => { test("expanded spotlight layout hides PiP tile in one-on-one voice call", () => {
withTestScheduler(({ behavior, schedule, expectObservable }) => { withTestScheduler(({ expectObservable }) => {
withCallViewModel( withCallViewModel(
{ {
remoteParticipants$: constant([aliceParticipant]), remoteParticipants$: constant([aliceParticipant]),