Skip to content

Commit

Permalink
Fix broken unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Mar 28, 2023
1 parent e109abd commit e53a554
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const testImageDataResult = {
},
};
jest.mock('../monitor_test_result/use_retrieve_step_image', () => ({
useRetrieveStepImage: () => ({ imageResult: testImageDataResult, isLoading: false }),
useRetrieveStepImage: () => testImageDataResult,
}));

describe('JourneyScreenshotDialog', () => {
Expand Down

0 comments on commit e53a554

Please sign in to comment.