Skip to content

Commit

Permalink
goimport
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAustinWang committed Nov 4, 2024
1 parent 46f1a77 commit d1062e5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions commit/report_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ package commit

import (
"fmt"
"github.com/smartcontractkit/chainlink-ccip/internal/libs/testhelpers/rand"
reader_mock "github.com/smartcontractkit/chainlink-ccip/mocks/internal_/reader"
"github.com/smartcontractkit/chainlink-ccip/pkg/consts"
"testing"

"github.com/smartcontractkit/libocr/offchainreporting2plus/ocr3types"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
"testing"

"github.com/smartcontractkit/chainlink-ccip/internal/libs/testhelpers/rand"
reader_mock "github.com/smartcontractkit/chainlink-ccip/mocks/internal_/reader"
"github.com/smartcontractkit/chainlink-ccip/pkg/consts"

"github.com/stretchr/testify/require"

Expand All @@ -22,8 +24,9 @@ import (
"github.com/smartcontractkit/chainlink-ccip/internal/mocks"
"github.com/smartcontractkit/chainlink-ccip/pkg/types/ccipocr3"

"github.com/smartcontractkit/chainlink-ccip/internal/reader"
"github.com/smartcontractkit/libocr/offchainreporting2plus/types"

"github.com/smartcontractkit/chainlink-ccip/internal/reader"
)

func TestPluginReports(t *testing.T) {
Expand Down

0 comments on commit d1062e5

Please sign in to comment.