Skip to content

Commit

Permalink
chore: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
rH4rtinger committed Sep 17, 2024
1 parent a8848e8 commit 97b611c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/e2e/commands/open-cache-file.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import assert from "assert";
import { LiquibaseGUITestUtils } from "../LiquibaseGUITestUtils";
import { TextEditor, VSBrowser } from "vscode-extension-tester";
import { TextEditor } from "vscode-extension-tester";
import { DockerTestUtils } from "../../suite/DockerTestUtils";
import { ContextOptions } from "../../../constants";
import { Connection, ContextSelection } from "../../../cache";
Expand Down

0 comments on commit 97b611c

Please sign in to comment.