Skip to content

Commit

Permalink
Fix main spec
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed May 1, 2024
1 parent 9af33b1 commit 32e3fbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/api/test/integration/main.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ describe('Other routes', () => {
version: 0,
txHash: dataContractTransaction.hash,
timestamp: block.timestamp.toISOString(),
isSystem: false
isSystem: false,
documentsCount: 0
}

assert.deepEqual({ dataContract: expectedDataContract }, body)
Expand Down

0 comments on commit 32e3fbb

Please sign in to comment.