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 ff22594 commit 39900beCopy full SHA for 39900be
p2p/netutil/error_test.go
@@ -66,7 +66,6 @@ func TestIsPacketTooBig(t *testing.T) {
66
for i := range buf {
67
if buf[i] != byte(i) {
68
t.Fatalf("error in pattern")
69
- break
70
}
71
72
0 commit comments