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:
parent
116e8c1118
commit
d0b9a0d8f0
@ -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");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user