mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-30 12:02:02 +01:00
Removed some bad test data from geolocation test
This commit is contained in:
parent
460a0e110f
commit
e9a5457cd6
@ -67,9 +67,6 @@ class GeolocationTest {
|
|||||||
GeolocationTest.tempDir = tempDir;
|
GeolocationTest.tempDir = tempDir;
|
||||||
IP_STORE = GeolocationTest.tempDir.resolve("GeoLite2-Country.mmdb").toFile();
|
IP_STORE = GeolocationTest.tempDir.resolve("GeoLite2-Country.mmdb").toFile();
|
||||||
|
|
||||||
TEST_DATA.put("8.8.8.8", "United States"); // California, US
|
|
||||||
TEST_DATA.put("8.8.4.4", "United States"); // California, US
|
|
||||||
TEST_DATA.put("4.4.2.2", "United States"); // Colorado, US
|
|
||||||
TEST_DATA.put("156.53.159.86", "United States"); // Oregon, US
|
TEST_DATA.put("156.53.159.86", "United States"); // Oregon, US
|
||||||
TEST_DATA.put("208.67.222.222", "United States"); // California, US
|
TEST_DATA.put("208.67.222.222", "United States"); // California, US
|
||||||
TEST_DATA.put("208.67.220.220", "United States"); // California, US
|
TEST_DATA.put("208.67.220.220", "United States"); // California, US
|
||||||
|
Loading…
Reference in New Issue
Block a user