Skip to content

Commit 19ce06f

Browse files
committed
Fix BandcampRadioStreamExtractorTest.testGetAudioStreams()
1 parent 533121f commit 19ce06f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ public void testGetUploaderAvatarUrl() throws ParsingException {
103103
}
104104

105105
@Test public void testGetAudioStreams() throws ExtractionException, IOException {
106-
assertEquals(2, extractor.getAudioStreams().size());
106+
assertEquals(1, extractor.getAudioStreams().size());
107107
}
108108
}

0 commit comments

Comments
 (0)