File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 66import io .ipinfo .api .model .ASNResponse ;
77import io .ipinfo .api .model .IPResponse ;
88import org .junit .jupiter .api .BeforeEach ;
9+ import org .junit .jupiter .api .Disabled ;
910import org .junit .jupiter .api .Test ;
1011
1112import java .lang .reflect .Array ;
@@ -61,6 +62,7 @@ public void testGoogleDNS() {
6162 }
6263 }
6364
65+ @ Disabled
6466 @ Test
6567 public void testGetMap () {
6668 IPinfo ii = new IPinfo .Builder ()
@@ -210,7 +212,7 @@ public void testGetBatchIps() {
210212 () -> assertFalse (res3 .getPrivacy ().getVpn (), "VPN mismatch" ),
211213 () -> assertFalse (res3 .getPrivacy ().getTor (), "Tor mismatch" ),
212214 () -> assertFalse (res3 .getPrivacy ().getRelay (), "relay mismatch" ),
213- () -> assertFalse (res3 .getPrivacy ().getHosting (), "hosting mismatch" ),
215+ () -> assertTrue (res3 .getPrivacy ().getHosting (), "hosting mismatch" ),
214216 () -> assertEquals ("" , res3 .getPrivacy ().getService (), "service mismatch" ),
215217 () -> assertEquals (5 , res3 .getDomains ().getDomains ().size (), "domains size mismatch" )
216218 );
You can’t perform that action at this time.
0 commit comments