diff --git a/integration-tests/experiments/gas_test.go b/integration-tests/experiments/gas_test.go index e72fa5fcade..562a41ea02f 100644 --- a/integration-tests/experiments/gas_test.go +++ b/integration-tests/experiments/gas_test.go @@ -4,13 +4,14 @@ import ( "testing" "time" + "github.com/smartcontractkit/seth" + "github.com/stretchr/testify/require" + "github.com/smartcontractkit/chainlink-testing-framework/logging" "github.com/smartcontractkit/chainlink-testing-framework/networks" "github.com/smartcontractkit/chainlink/integration-tests/contracts" tc "github.com/smartcontractkit/chainlink/integration-tests/testconfig" "github.com/smartcontractkit/chainlink/integration-tests/utils" - "github.com/smartcontractkit/seth" - "github.com/stretchr/testify/require" ) func TestGasExperiment(t *testing.T) {