We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9986270 commit f9756bbCopy full SHA for f9756bb
p2p/enode/iter_test.go
@@ -45,7 +45,7 @@ func TestReadNodesCycle(t *testing.T) {
45
nodes := ReadNodes(iter, 10)
46
checkNodes(t, nodes, 3)
47
if iter.count != 10 {
48
- t.Fatalf("%d calls to Next, want %d", iter.count, 100)
+ t.Fatalf("%d calls to Next, want %d", iter.count, 10)
49
}
50
51
0 commit comments