2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-31 06:15:37 +00:00

Merge pull request #1072 from TeamNewPipe/fix/bandcamp_test

Fix BandcampRadioStreamExtractorTest.testGetAudioStreams()
This commit is contained in:
Stypox
2023-06-09 17:35:35 +02:00
committed by GitHub

View File

@@ -103,6 +103,6 @@ public class BandcampRadioStreamExtractorTest extends DefaultStreamExtractorTest
}
@Test public void testGetAudioStreams() throws ExtractionException, IOException {
assertEquals(2, extractor.getAudioStreams().size());
assertEquals(1, extractor.getAudioStreams().size());
}
}