@@ -201,11 +201,11 @@ public void testGetBatchIps() {
201201 () -> assertEquals ("9.9.9.9" , res3 .getIp (), "IP mismatch" ),
202202 () -> assertEquals ("dns9.quad9.net" , res3 .getHostname (), "hostname mismatch" ),
203203 () -> assertTrue (res3 .getAnycast (), "anycast mismatch" ),
204- () -> assertEquals ("Zürich " , res3 .getCity (), "city mismatch" ),
205- () -> assertEquals ("Zurich " , res3 .getRegion (), "region mismatch" ),
206- () -> assertEquals ("CH " , res3 .getCountryCode (), "country code mismatch" ),
207- () -> assertEquals ("Switzerland " , res3 .getCountryName (), "country name mismatch" ),
208- () -> assertEquals ("Europe/Zurich " , res3 .getTimezone (), "timezone mismatch" ),
204+ () -> assertEquals ("Ashburn " , res3 .getCity (), "city mismatch" ),
205+ () -> assertEquals ("Virginia " , res3 .getRegion (), "region mismatch" ),
206+ () -> assertEquals ("US " , res3 .getCountryCode (), "country code mismatch" ),
207+ () -> assertEquals ("United States " , res3 .getCountryName (), "country name mismatch" ),
208+ () -> assertEquals ("America/New_York " , res3 .getTimezone (), "timezone mismatch" ),
209209 () -> assertFalse (res3 .getPrivacy ().getProxy (), "proxy mismatch" ),
210210 () -> assertFalse (res3 .getPrivacy ().getVpn (), "VPN mismatch" ),
211211 () -> assertFalse (res3 .getPrivacy ().getTor (), "Tor mismatch" ),
@@ -258,7 +258,7 @@ public void testGetBatchAsns() {
258258 () -> assertEquals ("1989-06-30" , res2 .getAllocated (), "allocated mismatch" ),
259259 () -> assertEquals ("arin" , res2 .getRegistry (), "registry mismatch" ),
260260 () -> assertEquals ("mail.mil" , res2 .getDomain (), "domain mismatch" ),
261- () -> assertEquals (new Integer (66048 ), res2 .getNumIps (), "num IPs mismatch" ),
261+ () -> assertEquals (new Integer (65536 ), res2 .getNumIps (), "num IPs mismatch" ),
262262 () -> assertEquals ("government" , res2 .getType (), "type mismatch" )
263263 );
264264 } catch (RateLimitedException e ) {
0 commit comments