Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Nov 14, 2024
1 parent 8591f46 commit eefe926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/smoke/ccip_messaging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,16 +175,16 @@ 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)
})
}

func manuallyExecute(
t *testing.T,
ctx context.Context,
t *testing.T,
state ccdeploy.CCIPOnChainState,
destChain uint64,
out messagingTestCaseOutput,
Expand Down

0 comments on commit eefe926

Please sign in to comment.