remove debug prints
This commit is contained in:
parent
e0315ca2af
commit
2d191c4ca7
|
@ -55,7 +55,6 @@ public class YoutubeSearchEngineAllTest {
|
||||||
@Test
|
@Test
|
||||||
public void testResultList() {
|
public void testResultList() {
|
||||||
final List<InfoItem> results = result.getResults();
|
final List<InfoItem> results = result.getResults();
|
||||||
System.out.println("Results: " + results);
|
|
||||||
assertFalse("Results are empty: " + results, results.isEmpty());
|
assertFalse("Results are empty: " + results, results.isEmpty());
|
||||||
|
|
||||||
InfoItem firstInfoItem = results.get(0);
|
InfoItem firstInfoItem = results.get(0);
|
||||||
|
|
|
@ -57,7 +57,6 @@ public class YoutubeTrendingExtractorTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testGetName() throws Exception {
|
public void testGetName() throws Exception {
|
||||||
System.out.println(extractor.getName());
|
|
||||||
assertFalse(extractor.getName().isEmpty());
|
assertFalse(extractor.getName().isEmpty());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue