Added entire matched peer list to output
This commit is contained in:
parent
60081acdfd
commit
606a4723a6
2 changed files with 12 additions and 9 deletions
|
|
@ -105,7 +105,7 @@ func TestMeasurer_run(t *testing.T) {
|
|||
t.Fatal("Expected only one bootstrap node")
|
||||
}
|
||||
|
||||
if run.PeersResponded != 1 {
|
||||
if run.PeersRespondedNum != 1 {
|
||||
t.Fatal("Expected bootstrap node to respond")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue