From 59e49d5ff3ad1cb82c03d4c51951f99ae52c8489 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Wed, 6 Nov 2024 17:31:06 +0000 Subject: [PATCH] Lint --- src/state/CallViewModel.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/CallViewModel.test.ts b/src/state/CallViewModel.test.ts index 2cc4fc2f..7b773730 100644 --- a/src/state/CallViewModel.test.ts +++ b/src/state/CallViewModel.test.ts @@ -279,7 +279,7 @@ test("participants are retained during a focus switch", () => { a: { type: "grid", spotlight: undefined, - grid: [`local:0`, `${aliceId}:0`, `${bobId}:0`], + grid: ["local:0", `${aliceId}:0`, `${bobId}:0`], }, }); },