We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 6b8e9f5 commit e77cda6Copy full SHA for e77cda6
p2p/net/mock/mock_notif_test.go
@@ -52,7 +52,7 @@ func TestNotifications(t *testing.T) {
52
case <-time.After(timeout):
53
t.Fatal("timeout")
54
}
55
- for _, c2 := range cos {
+ for _, c2 := range s.ConnsToPeer(s2.LocalPeer()) {
56
if c == c2 {
57
t.Log("got notif for conn")
58
return
0 commit comments