We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe995c2 commit 10dcb90Copy full SHA for 10dcb90
tests/documents_tests.ts
@@ -376,10 +376,7 @@ describe.each([
376
.getAllUpdateStatus()
377
.then((response: Types.Update[]) => {
378
const lastUpdate = response[response.length - 1]
379
- expect(lastUpdate).toHaveProperty(
380
- 'error',
381
- 'serializer error; Primary key is missing.'
382
- )
+ expect(lastUpdate).toHaveProperty('error', 'document id is missing')
383
expect(lastUpdate).toHaveProperty('status', 'failed')
384
})
385
0 commit comments