mirror of
https://github.com/taigrr/go-fastping
synced 2025-01-18 05:03:15 -08:00
Fixed typo
This commit is contained in:
parent
f81b4cf5d3
commit
7224648946
@ -190,7 +190,7 @@ func TestRunLoop(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if recvCount < 2 {
|
if recvCount < 2 {
|
||||||
t.Fatalf("Pinger recieve count less than 2")
|
t.Fatalf("Pinger receive count less than 2")
|
||||||
}
|
}
|
||||||
if idleCount < 2 {
|
if idleCount < 2 {
|
||||||
t.Fatalf("Pinger idle count less than 2")
|
t.Fatalf("Pinger idle count less than 2")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user