Skip to content

Commit d405170

Browse files
committed
Fix tests
1 parent 8df90a3 commit d405170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/task/__tests__/Task.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jest.mock("../../environment/getEnvironmentDetails", () => ({
130130
jest.mock("../../ignore/RooIgnoreController")
131131

132132
// Mock storagePathManager to prevent dynamic import issues
133-
jest.mock("../../../shared/storagePathManager", () => ({
133+
jest.mock("../../../utils/storage", () => ({
134134
getTaskDirectoryPath: jest
135135
.fn()
136136
.mockImplementation((globalStoragePath, taskId) => Promise.resolve(`${globalStoragePath}/tasks/${taskId}`)),

0 commit comments

Comments
 (0)