Skip to content

Commit

Permalink
merge ipfs 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin committed Dec 6, 2020
1 parent 1d10b89 commit 0b2d7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolver/resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func TestResolveToLastNode_NoUnnecessaryFetching(t *testing.T) {
aKey := a.Cid()

segments := []string{aKey.String(), "child"}
p, err := path.FromSegments("/ipfs/", segments...)
p, err := path.FromSegments("/btfs/", segments...)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 0b2d7c8

Please sign in to comment.