mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-05 19:59:20 +00:00
Remove unused variables from CallViewModel tests
This commit is contained in:
@@ -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]),
|
||||||
|
|||||||
Reference in New Issue
Block a user