mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 03:19:47 +08:00
update to new cid and ipld node packages
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
@ -22,7 +22,7 @@ import (
|
||||
pi "github.com/ipfs/go-ipfs/thirdparty/posinfo"
|
||||
"github.com/ipfs/go-ipfs/thirdparty/testutil"
|
||||
|
||||
cid "gx/ipfs/QmXUuRadqDq5BuFWzVU6VuKaSjTcNm1gNCtLvvP1TJCW4z/go-cid"
|
||||
cid "gx/ipfs/QmXfiyr2RWEXpVDdaYnD2HNiBk6UBddsvEP4RPfXb6nGqY/go-cid"
|
||||
)
|
||||
|
||||
func TestAddRecursive(t *testing.T) {
|
||||
@ -227,7 +227,6 @@ func TestAddWPosInfoAndRawLeafs(t *testing.T) {
|
||||
testAddWPosInfo(t, true)
|
||||
}
|
||||
|
||||
|
||||
type testBlockstore struct {
|
||||
blockstore.GCBlockstore
|
||||
expectedPath string
|
||||
|
Reference in New Issue
Block a user