From c4856b64bd766f1ddbaf5d13b42d3c4b12efde3a Mon Sep 17 00:00:00 2001 From: asoliman Date: Wed, 10 Jul 2024 19:53:15 +0400 Subject: [PATCH] Linting imports --- core/services/ocr3/plugins/ccip_integration_tests/helpers.go | 1 + .../ocr3/plugins/ccip_integration_tests/ping_pong_test.go | 2 ++ 2 files changed, 3 insertions(+) diff --git a/core/services/ocr3/plugins/ccip_integration_tests/helpers.go b/core/services/ocr3/plugins/ccip_integration_tests/helpers.go index 7faae2f873..0c71aaef9c 100644 --- a/core/services/ocr3/plugins/ccip_integration_tests/helpers.go +++ b/core/services/ocr3/plugins/ccip_integration_tests/helpers.go @@ -25,6 +25,7 @@ import ( kcr "github.com/smartcontractkit/chainlink/v2/core/gethwrappers/keystone/generated/capabilities_registry" "github.com/smartcontractkit/chainlink/v2/core/gethwrappers/shared/generated/link_token" "github.com/smartcontractkit/chainlink/v2/core/internal/testutils" + "github.com/stretchr/testify/require" "golang.org/x/exp/maps" ) diff --git a/core/services/ocr3/plugins/ccip_integration_tests/ping_pong_test.go b/core/services/ocr3/plugins/ccip_integration_tests/ping_pong_test.go index 3a805d61b5..1a620c4026 100644 --- a/core/services/ocr3/plugins/ccip_integration_tests/ping_pong_test.go +++ b/core/services/ocr3/plugins/ccip_integration_tests/ping_pong_test.go @@ -5,7 +5,9 @@ import ( "testing" "github.com/ethereum/go-ethereum/accounts/abi/bind" + "github.com/stretchr/testify/require" + "golang.org/x/exp/maps" pp "github.com/smartcontractkit/chainlink/v2/core/gethwrappers/ccip/generated/ping_pong_demo"