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

Tweak name of test

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-06-15 08:23:30 +03:00
parent 8ae8be8b83
commit f314fc0112
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -84,7 +84,7 @@ describe("clicking tray menu item originating from extension", () => {
}); });
}); });
describe("when disabling extension", () => { describe("when extension is disabled", () => {
beforeEach(() => { beforeEach(() => {
applicationBuilder.extensions.main.disable(someExtension); applicationBuilder.extensions.main.disable(someExtension);
}); });