Commit 80a1331 1 parent db0c40d commit 80a1331 Copy full SHA for 80a1331
File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 8
8
"testing"
9
9
"time"
10
10
11
- versionedds "github.com/filecoin-project/go-ds-versioning/pkg/datastore"
12
11
"github.com/ipfs/go-cid"
13
12
"github.com/ipfs/go-datastore"
14
13
dss "github.com/ipfs/go-datastore/sync"
@@ -18,12 +17,14 @@ import (
18
17
"github.com/stretchr/testify/require"
19
18
"golang.org/x/xerrors"
20
19
20
+ versioning "github.com/filecoin-project/go-ds-versioning/pkg"
21
+ versionedds "github.com/filecoin-project/go-ds-versioning/pkg/datastore"
22
+
21
23
datatransfer "github.com/filecoin-project/go-data-transfer/v2"
22
24
"github.com/filecoin-project/go-data-transfer/v2/channels"
23
25
"github.com/filecoin-project/go-data-transfer/v2/channels/internal"
24
26
"github.com/filecoin-project/go-data-transfer/v2/channels/internal/migrations"
25
27
"github.com/filecoin-project/go-data-transfer/v2/testutil"
26
- versioning "github.com/filecoin-project/go-ds-versioning/pkg"
27
28
)
28
29
29
30
func TestChannels (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -7,17 +7,18 @@ import (
7
7
"testing"
8
8
"time"
9
9
10
- datatransfer "github.com/filecoin-project/go-data-transfer/v2"
11
- "github.com/filecoin-project/go-data-transfer/v2/message"
12
- "github.com/filecoin-project/go-data-transfer/v2/testutil"
13
- "github.com/filecoin-project/go-data-transfer/v2/transport/graphsync/extension"
14
- "github.com/filecoin-project/go-data-transfer/v2/transport/graphsync/testharness"
15
10
"github.com/ipfs/go-graphsync"
16
11
"github.com/ipld/go-ipld-prime/datamodel"
17
12
cidlink "github.com/ipld/go-ipld-prime/linking/cid"
18
13
basicnode "github.com/ipld/go-ipld-prime/node/basic"
19
14
"github.com/stretchr/testify/require"
20
15
"golang.org/x/exp/rand"
16
+
17
+ datatransfer "github.com/filecoin-project/go-data-transfer/v2"
18
+ "github.com/filecoin-project/go-data-transfer/v2/message"
19
+ "github.com/filecoin-project/go-data-transfer/v2/testutil"
20
+ "github.com/filecoin-project/go-data-transfer/v2/transport/graphsync/extension"
21
+ "github.com/filecoin-project/go-data-transfer/v2/transport/graphsync/testharness"
21
22
)
22
23
23
24
func TestTransferExceptions (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments