Skip to content

Commit e8e7bce

Browse files
author
charlotte
committed
Styling
1 parent e8d8354 commit e8e7bce

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/__tests__/indexes.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,12 @@ test('get-index-primary-key', async () => {
160160
})
161161

162162
test('updates', async () => {
163-
await expect(meili.Index(index.uid).getUpdateStatus(0)).resolves.toHaveProperty(
164-
'status'
165-
)
166-
await expect(meili.Index(index.uid).getAllUpdateStatus()).resolves.toHaveLength(2)
163+
await expect(
164+
meili.Index(index.uid).getUpdateStatus(0)
165+
).resolves.toHaveProperty('status')
166+
await expect(
167+
meili.Index(index.uid).getAllUpdateStatus()
168+
).resolves.toHaveLength(2)
167169
})
168170

169171
test('get-document', async () => {

0 commit comments

Comments
 (0)