Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Dec 10, 2024
1 parent 0a26869 commit 05b264d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/smoke/ocr2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
"time"

"github.com/onsi/gomega"
"github.com/smartcontractkit/chainlink/integration-tests/utils"

"github.com/ethereum/go-ethereum/common"
"github.com/rs/zerolog"
Expand All @@ -32,6 +31,7 @@ import (
"github.com/smartcontractkit/chainlink/integration-tests/contracts"
"github.com/smartcontractkit/chainlink/integration-tests/docker/test_env"
tc "github.com/smartcontractkit/chainlink/integration-tests/testconfig"
"github.com/smartcontractkit/chainlink/integration-tests/utils"
)

type ocr2test struct {
Expand Down

0 comments on commit 05b264d

Please sign in to comment.