Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-merkledag
Commits
29000371
Commit
29000371
authored
May 29, 2015
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1274 from ipfs/refactor/importer
change pinning to happen in a callback
parents
d00305a4
df525816
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
merkledag_test.go
merkledag_test.go
+1
-1
No files found.
merkledag_test.go
View file @
29000371
...
@@ -156,7 +156,7 @@ func runBatchFetchTest(t *testing.T, read io.Reader) {
...
@@ -156,7 +156,7 @@ func runBatchFetchTest(t *testing.T, read io.Reader) {
spl
:=
&
chunk
.
SizeSplitter
{
512
}
spl
:=
&
chunk
.
SizeSplitter
{
512
}
root
,
err
:=
imp
.
BuildDagFromReader
(
read
,
dagservs
[
0
],
ni
l
,
sp
l
)
root
,
err
:=
imp
.
BuildDagFromReader
(
read
,
dagservs
[
0
],
sp
l
,
ni
l
)
if
err
!=
nil
{
if
err
!=
nil
{
t
.
Fatal
(
err
)
t
.
Fatal
(
err
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment