Skip to content

Commit cea475c

Browse files
committed
Fix test
1 parent 5ce1351 commit cea475c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/activate/__tests__/CodeActionProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jest.mock("vscode", () => ({
2828
},
2929
}))
3030

31-
jest.mock("../../core/editor/EditorUtils", () => ({
31+
jest.mock("../../integrations/editor/EditorUtils", () => ({
3232
EditorUtils: {
3333
getEffectiveRange: jest.fn(),
3434
getFilePath: jest.fn(),

0 commit comments

Comments
 (0)