Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed May 12, 2020
1 parent f66934d commit fb9f07e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jest.mock('../../containers/use_update_case');
jest.mock('../../containers/use_get_case_user_actions');
jest.mock('../../containers/use_get_case');
jest.mock('../use_push_to_service');
jest.mock('../../../../containers/case/configure/use_connectors');
jest.mock('../../containers/configure/use_connectors');

const useUpdateCaseMock = useUpdateCase as jest.Mock;
const useGetCaseUserActionsMock = useGetCaseUserActions as jest.Mock;
Expand Down

0 comments on commit fb9f07e

Please sign in to comment.