mirror of https://github.com/status-im/consul.git
Fixed minor typo (+ travis tests is unstable)
This commit is contained in:
parent
93fa1f6f49
commit
aebfcb6767
|
@ -2821,7 +2821,7 @@ func TestDNS_TCP_and_UDP_Truncate(t *testing.T) {
|
||||||
if shouldBeTruncated != in.Truncated || len(in.Answer) > 2000 || len(in.Answer) < 1 || in.Len() > 65535 {
|
if shouldBeTruncated != in.Truncated || len(in.Answer) > 2000 || len(in.Answer) < 1 || in.Len() > 65535 {
|
||||||
info := fmt.Sprintf("service %s question:=%s (%s) (%d total records) sz:= %d in %v",
|
info := fmt.Sprintf("service %s question:=%s (%s) (%d total records) sz:= %d in %v",
|
||||||
service, question, protocol, numServices, len(in.Answer), out)
|
service, question, protocol, numServices, len(in.Answer), out)
|
||||||
t.Fatalf("Should have truncate:=%v for %s", shouldBeTruncated, info)
|
t.Fatalf("Should have truncated:=%v for %s", shouldBeTruncated, info)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue