Skip to content

Commit

Permalink
fix(test): Update import for TableViewProvider
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Jul 30, 2024
1 parent 4bc4c8b commit 79f6617
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

import { EventEmitter, ExtensionContext, WebviewView } from "vscode";
import { TableBuilder, TableViewProvider } from "../../../../lib";
import { TableBuilder, TableViewProvider } from "../../../../src/vscode/ui";

describe("TableViewProvider", () => {
const fakeExtContext = {
Expand Down

0 comments on commit 79f6617

Please sign in to comment.