Skip to content

Commit

Permalink
golang lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Mar 27, 2024
1 parent 7763027 commit 0ad2767
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions integration-tests/load/automationv2_1/automationv2_1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import (
"context"
"encoding/hex"
"fmt"
"github.com/pkg/errors"
"github.com/smartcontractkit/chainlink-testing-framework/k8s/pkg/helm/wiremock"
"math"
"math/big"
"net/http"
Expand All @@ -14,6 +12,10 @@ import (
"testing"
"time"

"github.com/pkg/errors"

"github.com/smartcontractkit/chainlink-testing-framework/k8s/pkg/helm/wiremock"

geth "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
Expand All @@ -36,6 +38,8 @@ import (

ctfconfig "github.com/smartcontractkit/chainlink-testing-framework/config"

gowiremock "github.com/wiremock/go-wiremock"

"github.com/smartcontractkit/chainlink/integration-tests/actions"
"github.com/smartcontractkit/chainlink/integration-tests/actions/automationv2"
"github.com/smartcontractkit/chainlink/integration-tests/client"
Expand All @@ -47,7 +51,6 @@ import (
ac "github.com/smartcontractkit/chainlink/v2/core/gethwrappers/generated/automation_compatible_utils"
"github.com/smartcontractkit/chainlink/v2/core/gethwrappers/generated/log_emitter"
"github.com/smartcontractkit/chainlink/v2/core/gethwrappers/generated/simple_log_upkeep_counter_wrapper"
gowiremock "github.com/wiremock/go-wiremock"
)

const (
Expand Down

0 comments on commit 0ad2767

Please sign in to comment.