Skip to content

Commit

Permalink
fix if condition in seth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Aug 26, 2024
1 parent 5219da7 commit d924434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/testconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion utils/seth/seth.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = `
Expand Down

0 comments on commit d924434

Please sign in to comment.