fix dercrypt error due to wrong dollar sign detection

This commit is contained in:
Christian Schabesberger
2019-03-14 08:49:11 +01:00
parent 536365c99e
commit e072bf6461
2 changed files with 3 additions and 3 deletions

View File

@@ -323,7 +323,7 @@ public class YoutubeChannelExtractorTest {
@Test
public void testName() throws Exception {
assertEquals("CaptainDisillusion", extractor.getName());
assertEquals("Captain Disillusion", extractor.getName());
}
@Test