Skip to content

Commit

Permalink
DESENG-483: Timeline widget import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ratheesh-aot committed Feb 26, 2024
1 parent 517a7b5 commit 58cff34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jest.mock('apiManager/apiSlices/widgets', () => ({
}));

// Mock the necessary services and contexts
jest.mock('services/widgetService/TimeLineService', () => ({
jest.mock('services/widgetService/TimelineService', () => ({
postTimeline: jest.fn(),
patchTimeline: jest.fn(),
}));
Expand Down

0 comments on commit 58cff34

Please sign in to comment.