From 5b4e8865e59885f5b7f8fae3b0557872e19ed280 Mon Sep 17 00:00:00 2001 From: Timo K Date: Mon, 29 Jun 2026 13:04:22 +0200 Subject: [PATCH] Update sfu-reconnect-bug.spec.ts --- playwright/sfu-reconnect-bug.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/sfu-reconnect-bug.spec.ts b/playwright/sfu-reconnect-bug.spec.ts index 065335448..bffa08d4e 100644 --- a/playwright/sfu-reconnect-bug.spec.ts +++ b/playwright/sfu-reconnect-bug.spec.ts @@ -90,7 +90,7 @@ test("When creator left, avoid reconnect to the same SFU", async ({ await guestCPage.waitForTimeout(1000); if (wsConnectionCount === 2) { - logger.warn("wsConnectionCount is 2, expecting 1 after join") + logger.warn("wsConnectionCount is 2, expecting 1 after join"); } const wsConnectionCountBeforeLeave = wsConnectionCount; // ========