1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix typo in name of test

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-06-13 10:22:54 +03:00
parent 116e8c1118
commit d0b9a0d8f0
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

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