From d0b9a0d8f0f578a9ccd3f1f6b7e5cb3ea5f7e1e2 Mon Sep 17 00:00:00 2001 From: Janne Savolainen Date: Mon, 13 Jun 2022 10:22:54 +0300 Subject: [PATCH] Fix typo in name of test Signed-off-by: Janne Savolainen --- src/common/utils/channel/channel.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/utils/channel/channel.test.ts b/src/common/utils/channel/channel.test.ts index 84d0de7d6b..84c1366f35 100644 --- a/src/common/utils/channel/channel.test.ts +++ b/src/common/utils/channel/channel.test.ts @@ -94,7 +94,7 @@ describe("channel", () => { }); }); - it("given multiple started started windows, when sending message, triggers listeners in all windows", async () => { + it("given multiple started windows, when sending message, triggers listeners in all windows", async () => { const someWindowFake = createTestWindow(mainDi, "some-window"); const someOtherWindowFake = createTestWindow(mainDi, "some-other-window");