typo: correct var name (#2496)

pull/2500/head
yeqown 2 years ago committed by GitHub
parent 383f28faeb
commit 275f815e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selector/p2c/p2c_test.go

@ -70,7 +70,7 @@ func TestWrr3(t *testing.T) {
t.Errorf("count1(%v) >= int64(4500),", count1)
}
if count2 <= int64(1500) {
t.Errorf("count2(%v) <= int64(1500)", count1)
t.Errorf("count2(%v) <= int64(1500)", count2)
}
if count2 >= int64(4500) {
t.Errorf("count2(%v) >= int64(4500),", count2)

Loading…
Cancel
Save