From e7d33dc0b0cb788f86f70741dac3f86d7f9988ea Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Thu, 14 Mar 2024 12:50:38 +0100 Subject: [PATCH] fix lints --- integration-tests/experiments/gas_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) {