This commit is contained in:
Hugh Nimmo-Smith
2024-11-06 17:31:06 +00:00
parent 4f6b1b0e10
commit 59e49d5ff3

View File

@@ -279,7 +279,7 @@ test("participants are retained during a focus switch", () => {
a: { a: {
type: "grid", type: "grid",
spotlight: undefined, spotlight: undefined,
grid: [`local:0`, `${aliceId}:0`, `${bobId}:0`], grid: ["local:0", `${aliceId}:0`, `${bobId}:0`],
}, },
}); });
}, },