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
306c9d1f
Commit
306c9d1f
authored
Jun 03, 2015
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix up some dependencies to avoid circular record deps
parent
20ee0c20
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
merkledag_test.go
merkledag_test.go
+2
-2
No files found.
merkledag_test.go
View file @
306c9d1f
...
...
@@ -13,8 +13,8 @@ import (
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
bstore
"github.com/ipfs/go-ipfs/blocks/blockstore"
key
"github.com/ipfs/go-ipfs/blocks/key"
blockservice
"github.com/ipfs/go-ipfs/blockservice"
bserv
"github.com/ipfs/go-ipfs/blockservice"
bstest
"github.com/ipfs/go-ipfs/blockservice/test"
offline
"github.com/ipfs/go-ipfs/exchange/offline"
imp
"github.com/ipfs/go-ipfs/importer"
chunk
"github.com/ipfs/go-ipfs/importer/chunk"
...
...
@@ -151,7 +151,7 @@ func TestBatchFetchDupBlock(t *testing.T) {
func
runBatchFetchTest
(
t
*
testing
.
T
,
read
io
.
Reader
)
{
var
dagservs
[]
DAGService
for
_
,
bsi
:=
range
b
lockservice
.
Mocks
(
t
,
5
)
{
for
_
,
bsi
:=
range
b
stest
.
Mocks
(
t
,
5
)
{
dagservs
=
append
(
dagservs
,
NewDAGService
(
bsi
))
}
...
...
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