@@ -102,8 +102,8 @@ public void testFullInsightsTransaction() throws Exception {
102102 var response = client .insights (request );
103103
104104 // We use non-strict checking as there is some extra stuff in the serialized
105- // object, most notably the "name" field in the GeoIP2 InsightsResponse subobjects.
106- // We cannot change this as it would be a breaking change to the GeoIP2 API.
105+ // 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 GeoIP API.
107107 JSONAssert .assertEquals (responseContent , response .toJson (), false );
108108 verifyRequestFor (wireMock , "insights" , "full-request" );
109109 assertTrue (
@@ -153,8 +153,8 @@ public void testFullFactorsTransaction() throws Exception {
153153 var response = client .factors (request );
154154
155155 // We use non-strict checking as there is some extra stuff in the serialized
156- // object, most notably the "name" field in the GeoIP2 InsightsResponse subobjects.
157- // We cannot change this as it would be a breaking change to the GeoIP2 API.
156+ // 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 GeoIP API.
158158 JSONAssert .assertEquals (responseContent , response .toJson (), false );
159159 verifyRequestFor (wireMock , "factors" , "full-request" );
160160 assertTrue (
0 commit comments