Skip to content

Commit

Permalink
tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
owl352 committed Oct 3, 2024
1 parent f959ec0 commit deb4c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/test/integration/transactions.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('Transaction routes', () => {
data: '{}',
type: StateTransitionEnum.DOCUMENTS_BATCH,
owner: identity.identifier,
error: 'fake_err',
error: 'Cannot deserialize',
status: 'FAIL'
})
transactions.push({ transaction: errorTx, block })
Expand Down Expand Up @@ -126,7 +126,7 @@ describe('Transaction routes', () => {
type: transaction.transaction.type,
gasUsed: 0,
status: 'FAIL',
error: 'fake_err'
error: 'Cannot deserialize'
}

assert.deepEqual(expectedTransaction, body)
Expand Down

0 comments on commit deb4c23

Please sign in to comment.