Skip to content

Commit 9785987

Browse files
oschwaldclaude
andcommitted
Update remaining GeoIP2 product prose to GeoIP
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent e81a71e commit 9785987

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/com/maxmind/minfraud/WebServiceClientTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public void testFullInsightsTransaction() throws Exception {
103103

104104
// We use non-strict checking as there is some extra stuff in the serialized
105105
// object, most notably the "name" field in the GeoIP InsightsResponse subobjects.
106-
// We cannot change this as it would be a breaking change to the GeoIP2 API.
106+
// We cannot change this as it would be a breaking change to the GeoIP API.
107107
JSONAssert.assertEquals(responseContent, response.toJson(), false);
108108
verifyRequestFor(wireMock, "insights", "full-request");
109109
assertTrue(
@@ -154,7 +154,7 @@ public void testFullFactorsTransaction() throws Exception {
154154

155155
// We use non-strict checking as there is some extra stuff in the serialized
156156
// object, most notably the "name" field in the GeoIP InsightsResponse subobjects.
157-
// We cannot change this as it would be a breaking change to the GeoIP2 API.
157+
// We cannot change this as it would be a breaking change to the GeoIP API.
158158
JSONAssert.assertEquals(responseContent, response.toJson(), false);
159159
verifyRequestFor(wireMock, "factors", "full-request");
160160
assertTrue(

0 commit comments

Comments
 (0)