From a0afb1e7fedbce8f13fb730dd9562ead99380e83 Mon Sep 17 00:00:00 2001 From: Tanmay Date: Thu, 21 Nov 2024 22:58:13 -0500 Subject: [PATCH] adjust code format --- e2e/e2etests/test_bitcoin_deposit_and_call_revert_with_dust.go | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e/e2etests/test_bitcoin_deposit_and_call_revert_with_dust.go b/e2e/e2etests/test_bitcoin_deposit_and_call_revert_with_dust.go index e2a3040446..9e3606759b 100644 --- a/e2e/e2etests/test_bitcoin_deposit_and_call_revert_with_dust.go +++ b/e2e/e2etests/test_bitcoin_deposit_and_call_revert_with_dust.go @@ -53,5 +53,4 @@ func TestBitcoinDepositAndCallRevertWithDust(r *runner.E2ERunner, args []string) require.True(r, cctx.GetCurrentOutboundParam().Amount.Uint64() < constant.BTCWithdrawalDustAmount) require.True(r, strings.Contains(cctx.CctxStatus.ErrorMessage, crosschaintypes.ErrInvalidWithdrawalAmount.Error())) - }