1
0
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:
Mateusz Poliwczak 2022-08-06 07:37:46 +02:00
parent 3866c1c959
commit ad1337450c

View File

@ -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"