From eefe926e4e0102929a36a1b738c1edd300768b98 Mon Sep 17 00:00:00 2001 From: Makram Kamaleddine Date: Thu, 14 Nov 2024 19:05:41 +0400 Subject: [PATCH] fix lint --- integration-tests/smoke/ccip_messaging_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/smoke/ccip_messaging_test.go b/integration-tests/smoke/ccip_messaging_test.go index f021a937444..85fab263578 100644 --- a/integration-tests/smoke/ccip_messaging_test.go +++ b/integration-tests/smoke/ccip_messaging_test.go @@ -175,7 +175,7 @@ func Test_CCIPMessaging(t *testing.T) { ccdeploy.EXECUTION_STATE_FAILURE, // state would be failed onchain due to low gas ) - manuallyExecute(t, ctx, state, destChain, out, sourceChain, e, sender) + manuallyExecute(ctx, t, state, destChain, out, sourceChain, e, sender) t.Logf("successfully manually executed message %x", out.msgSentEvent.Message.Header.MessageId) @@ -183,8 +183,8 @@ func Test_CCIPMessaging(t *testing.T) { } func manuallyExecute( - t *testing.T, ctx context.Context, + t *testing.T, state ccdeploy.CCIPOnChainState, destChain uint64, out messagingTestCaseOutput,