Skip to content

Commit

Permalink
Merge pull request ipfs#1274 from ipfs/refactor/importer
Browse files Browse the repository at this point in the history
change pinning to happen in a callback
  • Loading branch information
jbenet committed May 30, 2015
2 parents d00305a + df52581 commit 2900037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merkledag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func runBatchFetchTest(t *testing.T, read io.Reader) {

spl := &chunk.SizeSplitter{512}

root, err := imp.BuildDagFromReader(read, dagservs[0], nil, spl)
root, err := imp.BuildDagFromReader(read, dagservs[0], spl, nil)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 2900037

Please sign in to comment.