Skip to content

Commit c0f4719

Browse files
committed
Remove Enclosed.class runner
Does not affect Gradle tests and only benefits IDE workflow
1 parent 40f6697 commit c0f4719

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

app/src/test/java/org/schabi/newpipe/player/playqueue/PlayQueueTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import org.junit.Before;
44
import org.junit.BeforeClass;
55
import org.junit.Test;
6-
import org.junit.experimental.runners.Enclosed;
7-
import org.junit.runner.RunWith;
86
import org.schabi.newpipe.extractor.stream.StreamInfoItem;
97
import org.schabi.newpipe.extractor.stream.StreamType;
108

@@ -22,7 +20,6 @@
2220
import static org.mockito.Mockito.spy;
2321

2422
@SuppressWarnings("checkstyle:HideUtilityClassConstructor")
25-
@RunWith(Enclosed.class)
2623
public class PlayQueueTest {
2724
static PlayQueue makePlayQueue(final int index, final List<PlayQueueItem> streams) {
2825
// I tried using Mockito, but it didn't work for some reason

0 commit comments

Comments
 (0)