Fix YouTube comments test

This commit is contained in:
TobiGr 2020-11-20 19:53:53 +01:00
parent 3582a5189f
commit 334e1e9b53
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class YoutubeCommentsExtractorTest {
private static final String url = "https://www.youtube.com/watch?v=D00Au7k3i6o";
private static YoutubeCommentsExtractor extractor;
private static final String commentContent = "sub 4 sub";
private static final String commentContent = "Category: Education";
@BeforeClass
public static void setUp() throws Exception {