Skip to content

Commit

Permalink
Merge pull request #36 from ipfs/filter-ip6
Browse files Browse the repository at this point in the history
Fix address filtering for /ip6, add tests
  • Loading branch information
whyrusleeping committed Apr 13, 2016
2 parents c218be3 + d4973ee commit c8648d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/net/swarm/swarm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ func TestAddrBlocking(t *testing.T) {
swarms := makeSwarms(ctx, t, 2)

swarms[0].SetConnHandler(func(conn *Conn) {
t.Fatal("no connections should happen!")
t.Fatalf("no connections should happen! -- %s", conn)
})

_, block, err := net.ParseCIDR("127.0.0.1/8")
Expand Down

0 comments on commit c8648d4

Please sign in to comment.