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");