Skip to content

Commit 51ddacc

Browse files
committed
[SoundCloud] Fix SoundcloudSearchExtractorTest.NoNextPage
Search did not return no item at all, causing a NothingFoundException. New search query yields three items on first page
1 parent 8392d50 commit 51ddacc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/soundcloud/search/SoundcloudSearchExtractorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void testIsVerified() throws IOException, ExtractionException {
186186
public static class NoNextPage extends DefaultSearchExtractorTest {
187187

188188
private static SearchExtractor extractor;
189-
private static final String QUERY = "Dan at hor#berlgbd";
189+
private static final String QUERY = "wpghüä";
190190

191191
@BeforeAll
192192
public static void setUp() throws Exception {

0 commit comments

Comments
 (0)