Fixes a typo in a test error message.
This commit is contained in:
parent
ca71911eed
commit
3f3bb444fa
|
@ -1436,7 +1436,7 @@ func TestDNS_RecursorTimeout(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if duration < serverClientTimeout {
|
if duration < serverClientTimeout {
|
||||||
t.Fatalf("Expected the call to return after at least %f seconds but lastest only %f", serverClientTimeout.Seconds(), duration.Seconds())
|
t.Fatalf("Expected the call to return after at least %f seconds but lasted only %f", serverClientTimeout.Seconds(), duration.Seconds())
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue