Skip to content

Commit 8635a17

Browse files
committed
Test coverage fix
1 parent b9ef531 commit 8635a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/api-handler/src/handlers/__tests__/post-mi.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { mockDeep } from "jest-mock-extended";
33
import { makeApiGwEvent } from "./utils/test-utils";
44
import { PostMIRequest, PostMIResponse } from "../../contracts/mi";
55
import * as miService from '../../services/mi-operations';
6-
import { postMi } from "../post-mi";
6+
import { postMi } from '../../index';
77

88
jest.mock('../../services/mi-operations');
99

0 commit comments

Comments
 (0)