Skip to content

Commit 2a29f7c

Browse files
committed
fixed test
1 parent 456e552 commit 2a29f7c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/suite/commands/workspaceCommand.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@ describe("workspaceCommand", () => {
182182
});
183183
});
184184

185-
describe.skip("runActiveEditor", () => {
186-
it("should run query", async () => {
187-
await workspaceCommand.runActiveEditor();
188-
});
189-
});
190-
191185
describe("ConnectionLensProvider", () => {
192186
describe("provideCodeLenses", () => {
193187
it("should return lenses", async () => {

0 commit comments

Comments
 (0)