Skip to content

Commit 22dc3d7

Browse files
litetexStypox
andcommitted
Fix naming
Co-Authored-By: Stypox <stypox@pm.me>
1 parent a8c0e45 commit 22dc3d7

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/bandcamp/BandcampSearchExtractorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void testMultiplePages() throws ExtractionException, IOException {
9494
assertEquals("https://bandcamp.com/search?q=e&page=3", page3.getUrl());
9595
}
9696

97-
public static class NewPipeTest extends DefaultSearchExtractorTest {
97+
public static class DefaultTest extends DefaultSearchExtractorTest {
9898
private static final String QUERY = "noise";
9999

100100
@Override

extractor/src/test/resources/mocks/v1/org/schabi/newpipe/extractor/services/bandcamp/bandcampsearchextractor/newpipe/generated_mock_0.json renamed to extractor/src/test/resources/mocks/v1/org/schabi/newpipe/extractor/services/bandcamp/bandcampsearchextractor/default/generated_mock_0.json

File renamed without changes.

extractor/src/test/resources/mocks/v1/org/schabi/newpipe/extractor/services/bandcamp/bandcampsearchextractor/newpipe/generated_mock_1.json renamed to extractor/src/test/resources/mocks/v1/org/schabi/newpipe/extractor/services/bandcamp/bandcampsearchextractor/default/generated_mock_1.json

File renamed without changes.

extractor/src/test/resources/mocks/v1/org/schabi/newpipe/extractor/services/bandcamp/bandcampsearchextractor/newpipe/generated_mock_2.json renamed to extractor/src/test/resources/mocks/v1/org/schabi/newpipe/extractor/services/bandcamp/bandcampsearchextractor/default/generated_mock_2.json

File renamed without changes.

0 commit comments

Comments
 (0)