Skip to content

Commit 5066141

Browse files
absurdlylongusernameStypox
authored andcommitted
CamelCase typo
1 parent 73d93f8 commit 5066141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/search/YoutubeSearchQHTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void testGetContentFilter() throws Exception {
4343
}
4444

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

0 commit comments

Comments
 (0)