mirror of https://github.com/status-im/consul.git
Fixes a typo in a test error message.
This commit is contained in:
parent
951f597cde
commit
da34496645
|
@ -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