diff --git a/integration-tests/common/test_common.go b/integration-tests/common/test_common.go index 43078bd5a..29bfdf494 100644 --- a/integration-tests/common/test_common.go +++ b/integration-tests/common/test_common.go @@ -3,13 +3,14 @@ package common import ( "context" "fmt" - test_env_ctf "github.com/smartcontractkit/chainlink-testing-framework/lib/docker/test_env" "math/big" "net/http" "os" "testing" "time" + test_env_ctf "github.com/smartcontractkit/chainlink-testing-framework/lib/docker/test_env" + "github.com/NethermindEth/juno/core/felt" starknetdevnet "github.com/NethermindEth/starknet.go/devnet" starknetutils "github.com/NethermindEth/starknet.go/utils" diff --git a/integration-tests/smoke/ocr2_test.go b/integration-tests/smoke/ocr2_test.go index e7f039402..ffe72e0a8 100644 --- a/integration-tests/smoke/ocr2_test.go +++ b/integration-tests/smoke/ocr2_test.go @@ -3,12 +3,13 @@ package smoke_test import ( "flag" "fmt" - "github.com/smartcontractkit/chainlink/integration-tests/actions" - "go.uber.org/zap/zapcore" "maps" "os" "testing" + "github.com/smartcontractkit/chainlink/integration-tests/actions" + "go.uber.org/zap/zapcore" + "github.com/smartcontractkit/chainlink-testing-framework/lib/logging" "github.com/smartcontractkit/chainlink/integration-tests/docker/test_env" "github.com/stretchr/testify/require" diff --git a/integration-tests/soak/ocr2_test.go b/integration-tests/soak/ocr2_test.go index 82f5e78d7..c0b0ffd45 100644 --- a/integration-tests/soak/ocr2_test.go +++ b/integration-tests/soak/ocr2_test.go @@ -3,12 +3,13 @@ package smoke_test import ( "flag" "fmt" - "github.com/smartcontractkit/chainlink/integration-tests/actions" - "go.uber.org/zap/zapcore" "maps" "os" "testing" + "github.com/smartcontractkit/chainlink/integration-tests/actions" + "go.uber.org/zap/zapcore" + "github.com/smartcontractkit/chainlink-testing-framework/lib/logging" "github.com/smartcontractkit/chainlink/integration-tests/docker/test_env" "github.com/stretchr/testify/require"