Run DownloadRequestTest with Robolectric

This commit is contained in:
Herbert Reiter 2020-12-19 15:29:54 +01:00
parent c10d1a1d79
commit f6c39ad0fe
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ package de.danoeh.antennapod.core.service.download;
import android.os.Bundle;
import android.os.Parcel;
import androidx.test.filters.SmallTest;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
import java.util.ArrayList;
@ -13,7 +13,7 @@ import de.danoeh.antennapod.core.feed.FeedFile;
import static org.junit.Assert.assertEquals;
@SmallTest
@RunWith(RobolectricTestRunner.class)
public class DownloadRequestTest {
@Test