Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
HYP-2: as UUID.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3op2 committed Nov 27, 2023
1 parent ab21e23 commit a113eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/onchain/chain.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ describe('on-chain', function () {
local_id: '0f5af074-7d4d-40b4-86a5-17a2391303cb',
state: 'submitted',
hash: extrinsic.hash.toHex().slice(2),
})) as UUID
}))

Check failure on line 51 in test/integration/onchain/chain.test.ts

View workflow job for this annotation

GitHub Actions / Run lint

Delete `)`

node.submitRunProcess(extrinsic, (state) => db.update('transaction', { id: transaction }, { state }))
node.submitRunProcess(extrinsic, (state) => db.update('transaction', { id: transaction as UUID }, { state }))

// wait for dispatch error
const failedTransaction = await pollTransactionState(db, transaction, 'failed')
Expand Down

0 comments on commit a113eef

Please sign in to comment.