Skip to content

Commit 3d75cea

Browse files
committed
more test coverage
1 parent 83d5407 commit 3d75cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/api-handler/src/handlers/__tests__/get-letter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Context } from 'aws-lambda';
22
import { mockDeep } from 'jest-mock-extended';
33
import * as letterService from '../../services/letter-operations';
44
import { makeApiGwEvent } from './utils/test-utils';
5-
import { getLetter } from '../get-letter';
5+
import { getLetter } from '../../index';
66
import { ApiErrorDetail } from '../../contracts/errors';
77
import { NotFoundError } from '../../errors';
88

0 commit comments

Comments
 (0)