(t *testing.T)
| 63 | } |
| 64 | |
| 65 | func TestGetActivePeerCount(t *testing.T) { |
| 66 | peerpool := constructPeerPool(true) |
| 67 | count := peerpool.getActivePeerCount() |
| 68 | t.Logf("TestGetActivePeerCount count:%v", count) |
| 69 | } |
| 70 | |
| 71 | func TestPeerHandshake(t *testing.T) { |
| 72 | nodeId := "120202c924ed1a67fd1719020ce599d723d09d48362376836e04b0be72dfe825e24d81" |
nothing calls this directly
no test coverage detected