From e9a5457cd6a28e0dfb93a3cc61428a8e14a14398 Mon Sep 17 00:00:00 2001 From: Risto Lahtela <24460436+Rsl1122@users.noreply.github.com> Date: Thu, 13 Aug 2020 09:49:44 +0300 Subject: [PATCH] Removed some bad test data from geolocation test --- .../djrapitops/plan/gathering/geolocation/GeolocationTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/Plan/common/src/test/java/com/djrapitops/plan/gathering/geolocation/GeolocationTest.java b/Plan/common/src/test/java/com/djrapitops/plan/gathering/geolocation/GeolocationTest.java index c50696aeb..e42169c70 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/gathering/geolocation/GeolocationTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/gathering/geolocation/GeolocationTest.java @@ -67,9 +67,6 @@ class GeolocationTest { GeolocationTest.tempDir = tempDir; 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("208.67.222.222", "United States"); // California, US TEST_DATA.put("208.67.220.220", "United States"); // California, US