diff --git a/commit/report_test.go b/commit/report_test.go index 8a994146a..d79605512 100644 --- a/commit/report_test.go +++ b/commit/report_test.go @@ -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" @@ -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) {