Skip to content

Commit a29fb7d

Browse files
committed
Fix documents tests
1 parent fdaa38b commit a29fb7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/documents_tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ErrorStatusCode, EnqueuedUpdate } from '../src/types'
1+
import { ErrorStatusCode, EnqueuedUpdate, IndexResponse } from '../src/types'
22
import {
33
clearAllIndexes,
44
config,
@@ -437,7 +437,7 @@ describe.each([
437437
await client
438438
.index('updateUid')
439439
.getRawInfo()
440-
.then((response: Types.IndexResponse) => {
440+
.then((response: IndexResponse) => {
441441
expect(response).toHaveProperty('uid', 'updateUid')
442442
expect(response).toHaveProperty('primaryKey', 'unique')
443443
})

0 commit comments

Comments
 (0)