Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
a88ea166
Unverified
Commit
a88ea166
authored
Sep 21, 2018
by
Steven Allen
Committed by
GitHub
Sep 21, 2018
Browse files
Merge pull request #430 from Ice-Storm/patch-1
Delete extra comments
parents
29049964
38abbc91
Changes
1
Hide whitespace changes
Inline
Side-by-side
p2p/protocol/identify/id_test.go
View file @
a88ea166
...
...
@@ -113,7 +113,6 @@ func testKnowsAddrs(t *testing.T, h host.Host, p peer.ID, expected []ma.Multiadd
for
_
,
addr
:=
range
expected
{
if
_
,
found
:=
have
[
addr
.
String
()];
!
found
{
t
.
Errorf
(
"%s did not have addr for %s: %s"
,
h
.
ID
(),
p
,
addr
)
// panic("ahhhhhhh")
}
}
}
...
...
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