We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3582a51 commit 334e1e9Copy full SHA for 334e1e9
1 file changed
extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeCommentsExtractorTest.java
@@ -30,7 +30,7 @@ public static class Thomas {
30
private static final String url = "https://www.youtube.com/watch?v=D00Au7k3i6o";
31
private static YoutubeCommentsExtractor extractor;
32
33
- private static final String commentContent = "sub 4 sub";
+ private static final String commentContent = "Category: Education";
34
35
@BeforeClass
36
public static void setUp() throws Exception {
0 commit comments