File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ describe('Documents tests', () => {
184
184
expect ( response ) . toHaveProperty ( 'title' , title )
185
185
} )
186
186
187
- test ( `${ permission } key: Partial update a document` , async ( ) => {
187
+ test ( `${ permission } key: Partial update of a document` , async ( ) => {
188
188
const client = await getClient ( permission )
189
189
const id = 456
190
190
const documents : EnqueuedTask = await client
@@ -215,7 +215,7 @@ describe('Documents tests', () => {
215
215
}
216
216
} )
217
217
218
- test ( `${ permission } key: Update partial document in batch` , async ( ) => {
218
+ test ( `${ permission } key: Partial update of a document in batch` , async ( ) => {
219
219
const client = await getClient ( permission )
220
220
const partialDocument = { id : 1 }
221
221
You can’t perform that action at this time.
0 commit comments