Skip to content

Commit 1cdf79b

Browse files
fix(batchGetRequest.spec): fix wrong import path
1 parent bf48c92 commit 1cdf79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynamo/batchget/batch-get.request.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Organization } from '../../../../test/models/organization.model'
1+
import { Organization } from '../../../test/models/organization.model'
22
import { BatchGetRequest } from './batch-get.request'
33

44
describe('batch get', () => {

0 commit comments

Comments
 (0)