1
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-10-05 16:12:47 +02:00

CamelCase typo

This commit is contained in:
David Asunmo
2025-07-08 08:17:08 +01:00
committed by Stypox
parent 73d93f8315
commit 5066141be0

View File

@@ -43,7 +43,7 @@ public class YoutubeSearchQHTest {
}
@Test
public void testWithContentfilter() throws Exception {
public void testWithContentFilter() throws Exception {
assertEquals("https://www.youtube.com/results?search_query=asdf&sp=EgIQAfABAQ%253D%253D", YouTube.getSearchQHFactory()
.fromQuery("asdf", List.of(VIDEOS), "").getUrl());
assertEquals("https://www.youtube.com/results?search_query=asdf&sp=EgIQAvABAQ%253D%253D", YouTube.getSearchQHFactory()