chore: remove repetitive word (#6564)
This commit is contained in:
parent
24c64f97c9
commit
9b4a00ff4a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue