Skip to content

Commit 11c2703

Browse files
Apply suggestions from code review
Co-authored-by: Nicolas Viénot <[email protected]>
1 parent 2c1eff7 commit 11c2703

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
@@ -184,7 +184,7 @@ describe('Documents tests', () => {
184184
expect(response).toHaveProperty('title', title)
185185
})
186186

187-
test(`${permission} key: Partial update a document`, async () => {
187+
test(`${permission} key: Partial update of a document`, async () => {
188188
const client = await getClient(permission)
189189
const id = 456
190190
const documents: EnqueuedTask = await client
@@ -215,7 +215,7 @@ describe('Documents tests', () => {
215215
}
216216
})
217217

218-
test(`${permission} key: Update partial document in batch`, async () => {
218+
test(`${permission} key: Partial update of a document in batch`, async () => {
219219
const client = await getClient(permission)
220220
const partialDocument = { id: 1 }
221221

0 commit comments

Comments
 (0)