Update URIvsURLUnitTest.java (#2808)

This commit is contained in:
Grzegorz Piwowarek 2017-10-22 14:17:57 +02:00 committed by GitHub
parent a7282d233b
commit e7252f61aa

View File

@ -71,8 +71,5 @@ public class URIvsURLUnitTest {
URL url = new URL("http://courses.baeldung.com");
String contents = IOUtils.toString(url.openStream());
assertTrue(contents.contains("<!DOCTYPE html>"));
}
}
}