From fecc52f5e28353297020fe60ce9bafc690213d9a Mon Sep 17 00:00:00 2001 From: "valerii.kabisov" Date: Thu, 3 Oct 2024 02:10:05 +0900 Subject: [PATCH] fixing integration test --- integration-tests/crib/chaos.go | 2 -- integration-tests/wrappers/contract_caller.go | 1 - 2 files changed, 3 deletions(-) diff --git a/integration-tests/crib/chaos.go b/integration-tests/crib/chaos.go index 745237e67b..985ca2dc2d 100644 --- a/integration-tests/crib/chaos.go +++ b/integration-tests/crib/chaos.go @@ -7,8 +7,6 @@ import ( "github.com/chaos-mesh/chaos-mesh/api/v1alpha1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - - "github.com/smartcontractkit/chainlink-testing-framework/havoc" ) func rebootCLNamespace(delay time.Duration, namespace string) (*havoc.Chaos, error) { diff --git a/integration-tests/wrappers/contract_caller.go b/integration-tests/wrappers/contract_caller.go index d70be63abe..fbe95d35b3 100644 --- a/integration-tests/wrappers/contract_caller.go +++ b/integration-tests/wrappers/contract_caller.go @@ -20,7 +20,6 @@ import ( "github.com/smartcontractkit/chainlink-testing-framework/seth" "github.com/smartcontractkit/chainlink-testing-framework/lib/blockchain" - "github.com/smartcontractkit/chainlink-testing-framework/seth" evmClient "github.com/smartcontractkit/chainlink/v2/core/chains/evm/client" )