From e2182dd1d89c199f00d5f4e3b1bb12aae6fd6452 Mon Sep 17 00:00:00 2001 From: 0xsuryansh Date: Fri, 22 Nov 2024 21:26:08 +0530 Subject: [PATCH] fix: lint (imports) --- integration-tests/smoke/ccip/ccip_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/smoke/ccip/ccip_test.go b/integration-tests/smoke/ccip/ccip_test.go index e5bd39be519..2d8e573b8fd 100644 --- a/integration-tests/smoke/ccip/ccip_test.go +++ b/integration-tests/smoke/ccip/ccip_test.go @@ -1,7 +1,6 @@ package smoke import ( - "github.com/smartcontractkit/chainlink/v2/core/chains/evm/utils" "math/big" "testing" @@ -14,6 +13,7 @@ import ( "github.com/smartcontractkit/chainlink/deployment/ccip/changeset" "github.com/smartcontractkit/chainlink/integration-tests/testsetups" + "github.com/smartcontractkit/chainlink/v2/core/chains/evm/utils" "github.com/smartcontractkit/chainlink/v2/core/gethwrappers/ccip/generated/router" "github.com/smartcontractkit/chainlink/v2/core/gethwrappers/shared/generated/burn_mint_erc677" "github.com/smartcontractkit/chainlink/v2/core/logger"