From d9244343e21b63501229e670f2e3a65fc9efb867 Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Mon, 26 Aug 2024 14:23:35 +0200 Subject: [PATCH] fix if condition in seth tests --- config/testconfig.go | 2 +- utils/seth/seth.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/testconfig.go b/config/testconfig.go index 852dc8df4..8a0f33b8c 100644 --- a/config/testconfig.go +++ b/config/testconfig.go @@ -7,9 +7,9 @@ import ( "github.com/joho/godotenv" "github.com/pkg/errors" - "github.com/smartcontractkit/chainlink-testing-framework/seth" "github.com/smartcontractkit/chainlink-testing-framework/logging" + "github.com/smartcontractkit/chainlink-testing-framework/seth" ) func (c *TestConfig) GetLoggingConfig() *LoggingConfig { diff --git a/utils/seth/seth.go b/utils/seth/seth.go index 2f13dfe41..04a3deb00 100644 --- a/utils/seth/seth.go +++ b/utils/seth/seth.go @@ -7,11 +7,11 @@ import ( "github.com/pkg/errors" "github.com/rs/zerolog" - pkg_seth "github.com/smartcontractkit/chainlink-testing-framework/seth" "github.com/smartcontractkit/chainlink-testing-framework/blockchain" "github.com/smartcontractkit/chainlink-testing-framework/config" "github.com/smartcontractkit/chainlink-testing-framework/k8s/environment" + pkg_seth "github.com/smartcontractkit/chainlink-testing-framework/seth" ) var ErrInsufficientEphemeralKeys = `