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-blockservice
Commits
ded8dd60
Commit
ded8dd60
authored
Nov 22, 2014
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ensure sending of wantlist to friendly peers
parent
dba69eb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
blocks_test.go
blocks_test.go
+4
-0
No files found.
blocks_test.go
View file @
ded8dd60
...
...
@@ -10,6 +10,7 @@ import (
dssync
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore/sync"
blocks
"github.com/jbenet/go-ipfs/blocks"
blockstore
"github.com/jbenet/go-ipfs/blocks/blockstore"
bitswap
"github.com/jbenet/go-ipfs/exchange/bitswap"
offline
"github.com/jbenet/go-ipfs/exchange/offline"
u
"github.com/jbenet/go-ipfs/util"
)
...
...
@@ -58,3 +59,6 @@ func TestBlocks(t *testing.T) {
t
.
Error
(
"Block data is not equal."
)
}
}
func
TestGetBlocks
(
t
*
testing
.
T
)
{
}
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