Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Apr 26, 2024
1 parent 10e0a93 commit 46c0856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/protocol-kit/tests/e2e/execution.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ describe('Transactions execution', () => {

const txResponse2 = await safeSdk1.executeTransaction(signedTx)
await waitSafeTxReceipt(txResponse2)
await new Promise((resolve) => setTimeout(resolve, 500))
const safeFinalBalance = await safeSdk1.getBalance()
chai.expect(safeInitialBalance).to.be.eq(safeFinalBalance + BigInt(tx.data.value))
}
Expand Down

0 comments on commit 46c0856

Please sign in to comment.