Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Jul 19, 2024
1 parent 4e70d6d commit d54238e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
7 changes: 4 additions & 3 deletions integration-tests/actions/ocr_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ package actions

import (
"fmt"
"github.com/ethereum/go-ethereum/common"
"github.com/rs/zerolog"
"github.com/smartcontractkit/seth"
"math/big"
"math/rand"
"strings"
"testing"
"time"

"github.com/ethereum/go-ethereum/common"
"github.com/rs/zerolog"
"github.com/smartcontractkit/seth"

"github.com/google/uuid"
"github.com/stretchr/testify/require"
"golang.org/x/sync/errgroup"
Expand Down
3 changes: 2 additions & 1 deletion integration-tests/crib/chaos.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package crib

import (
"time"

"github.com/chaos-mesh/chaos-mesh/api/v1alpha1"
"github.com/smartcontractkit/havoc/k8schaos"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"time"
)

func rebootCLNamespace(delay time.Duration, namespace string) (*k8schaos.Chaos, error) {
Expand Down
10 changes: 6 additions & 4 deletions integration-tests/crib/ocr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ package crib

import (
"context"
"github.com/smartcontractkit/chainlink/integration-tests/actions"
"github.com/smartcontractkit/chainlink/integration-tests/contracts"
"github.com/smartcontractkit/havoc/k8schaos"
"github.com/stretchr/testify/require"
"os"
"testing"
"time"

"github.com/smartcontractkit/havoc/k8schaos"
"github.com/stretchr/testify/require"

"github.com/smartcontractkit/chainlink/integration-tests/actions"
"github.com/smartcontractkit/chainlink/integration-tests/contracts"

"github.com/smartcontractkit/chainlink-testing-framework/logging"
)

Expand Down

0 comments on commit d54238e

Please sign in to comment.