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
df525816
Commit
df525816
authored
May 19, 2015
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change pinning to happen in a callback
parent
93ab652f
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 @
df525816
...
@@ -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