From e734db54166341d321e775c53d7e40a6f65d63d7 Mon Sep 17 00:00:00 2001 From: Lucas Bertrand Date: Fri, 20 Dec 2024 17:20:43 +0100 Subject: [PATCH] Update e2e/e2etests/test_bitcoin_deposit_and_withdraw_with_dust.go Co-authored-by: skosito --- e2e/e2etests/test_bitcoin_deposit_and_withdraw_with_dust.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/e2etests/test_bitcoin_deposit_and_withdraw_with_dust.go b/e2e/e2etests/test_bitcoin_deposit_and_withdraw_with_dust.go index 931426e042..8b108f2103 100644 --- a/e2e/e2etests/test_bitcoin_deposit_and_withdraw_with_dust.go +++ b/e2e/e2etests/test_bitcoin_deposit_and_withdraw_with_dust.go @@ -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)