chore: remove repetitive word (#6564)

This commit is contained in:
James Kang 2024-03-23 17:57:33 +08:00 committed by GitHub
parent 24c64f97c9
commit 9b4a00ff4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ func TestMetadata(t *testing.T) {
{"geoip/postalcode", "CB4"},
}
knownIPAddr := "81.2.69.142" // This IP should be be part of the CDIR address range used to create the database fixtures.
knownIPAddr := "81.2.69.142" // This IP should be part of the CDIR address range used to create the database fixtures.
for _, tc := range tests {
t.Run(fmt.Sprintf("%s/%s", tc.label, "direct"), func(t *testing.T) {
geoIP, err := newGeoIP(cityDBPath, false)