Skip to content

Commit

Permalink
Update e2e/e2etests/test_bitcoin_deposit_and_withdraw_with_dust.go
Browse files Browse the repository at this point in the history
Co-authored-by: skosito <[email protected]>
  • Loading branch information
lumtis and skosito authored Dec 20, 2024
1 parent fc3dd9b commit e734db5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func TestBitcoinDepositAndWithdrawWithDust(r *runner.E2ERunner, args []string) {
require.NotEmpty(r, txHash)

// ASSERT
// Now we want to make sure the cctx is aborted with expected error message
// Now we want to make sure the cctx is reverted with expected error message

// cctx status would be pending revert if using v21 or before
cctx := utils.WaitCctxRevertedByInboundHash(r.Ctx, r, txHash.String(), r.CctxClient)
Expand Down

0 comments on commit e734db5

Please sign in to comment.