We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f6697 commit c0f4719Copy full SHA for c0f4719
1 file changed
app/src/test/java/org/schabi/newpipe/player/playqueue/PlayQueueTest.java
@@ -3,8 +3,6 @@
3
import org.junit.Before;
4
import org.junit.BeforeClass;
5
import org.junit.Test;
6
-import org.junit.experimental.runners.Enclosed;
7
-import org.junit.runner.RunWith;
8
import org.schabi.newpipe.extractor.stream.StreamInfoItem;
9
import org.schabi.newpipe.extractor.stream.StreamType;
10
@@ -22,7 +20,6 @@
22
20
import static org.mockito.Mockito.spy;
23
21
24
@SuppressWarnings("checkstyle:HideUtilityClassConstructor")
25
-@RunWith(Enclosed.class)
26
public class PlayQueueTest {
27
static PlayQueue makePlayQueue(final int index, final List<PlayQueueItem> streams) {
28
// I tried using Mockito, but it didn't work for some reason
0 commit comments