Skip to content

Commit

Permalink
style(imports): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward committed Jul 21, 2022
1 parent db0c40d commit 80a1331
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions channels/channels_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"testing"
"time"

versionedds "github.com/filecoin-project/go-ds-versioning/pkg/datastore"
"github.com/ipfs/go-cid"
"github.com/ipfs/go-datastore"
dss "github.com/ipfs/go-datastore/sync"
Expand All @@ -18,12 +17,14 @@ import (
"github.com/stretchr/testify/require"
"golang.org/x/xerrors"

versioning "github.com/filecoin-project/go-ds-versioning/pkg"
versionedds "github.com/filecoin-project/go-ds-versioning/pkg/datastore"

datatransfer "github.com/filecoin-project/go-data-transfer/v2"
"github.com/filecoin-project/go-data-transfer/v2/channels"
"github.com/filecoin-project/go-data-transfer/v2/channels/internal"
"github.com/filecoin-project/go-data-transfer/v2/channels/internal/migrations"
"github.com/filecoin-project/go-data-transfer/v2/testutil"
versioning "github.com/filecoin-project/go-ds-versioning/pkg"
)

func TestChannels(t *testing.T) {
Expand Down
11 changes: 6 additions & 5 deletions transport/graphsync/exceptions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ import (
"testing"
"time"

datatransfer "github.com/filecoin-project/go-data-transfer/v2"
"github.com/filecoin-project/go-data-transfer/v2/message"
"github.com/filecoin-project/go-data-transfer/v2/testutil"
"github.com/filecoin-project/go-data-transfer/v2/transport/graphsync/extension"
"github.com/filecoin-project/go-data-transfer/v2/transport/graphsync/testharness"
"github.com/ipfs/go-graphsync"
"github.com/ipld/go-ipld-prime/datamodel"
cidlink "github.com/ipld/go-ipld-prime/linking/cid"
basicnode "github.com/ipld/go-ipld-prime/node/basic"
"github.com/stretchr/testify/require"
"golang.org/x/exp/rand"

datatransfer "github.com/filecoin-project/go-data-transfer/v2"
"github.com/filecoin-project/go-data-transfer/v2/message"
"github.com/filecoin-project/go-data-transfer/v2/testutil"
"github.com/filecoin-project/go-data-transfer/v2/transport/graphsync/extension"
"github.com/filecoin-project/go-data-transfer/v2/transport/graphsync/testharness"
)

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

0 comments on commit 80a1331

Please sign in to comment.