From fed90f3de6293155cdbdf1701c57483a4b210bcd Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Mon, 1 Feb 2021 17:35:23 -0500 Subject: [PATCH] fix lint Signed-off-by: Sebastian Malton --- integration/__tests__/app.tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/__tests__/app.tests.ts b/integration/__tests__/app.tests.ts index 30e88e602f..7fbeb4a41e 100644 --- a/integration/__tests__/app.tests.ts +++ b/integration/__tests__/app.tests.ts @@ -28,7 +28,7 @@ describe("Lens integration tests", () => { await app.client.waitUntilTextExists("h2", "Add Cluster"); }); - describe.only("protocol app start", () => { + describe("protocol app start", () => { it("should handle opening lens:// links", async () => { await open("lens://app/foobar");