Skip to content

Commit 1bb6cde

Browse files
committed
Enable commented-out test for yt stream extractor
1 parent d5ca02f commit 1bb6cde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorControversialTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void testGetName() throws ParsingException {
6565
@Test
6666
public void testGetDescription() throws ParsingException {
6767
assertNotNull(extractor.getDescription());
68-
// assertFalse(extractor.getDescription().isEmpty());
68+
assertFalse(extractor.getDescription().isEmpty());
6969
}
7070

7171
@Test

0 commit comments

Comments
 (0)