mirror of
https://github.com/golang/go
synced 2024-11-23 06:30:06 -07:00
capitalize DNS in test name
This commit is contained in:
parent
3866c1c959
commit
ad1337450c
@ -2217,7 +2217,7 @@ func TestDNSPacketSize(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestLongDnsNames(t *testing.T) {
|
||||
func TestLongDNSNames(t *testing.T) {
|
||||
const longDNSsuffix = ".go.dev."
|
||||
const longDNSsuffixNoEndingDot = ".go.dev"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user