From b13394fdb0a87b331f27b8470459fca05ac24131 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 8 Jun 2018 14:38:48 +0200 Subject: [PATCH] run all Robolectric tests against the target SDK --- .../test/java/org/fdroid/fdroid/data/CategoryProviderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/test/java/org/fdroid/fdroid/data/CategoryProviderTest.java b/app/src/test/java/org/fdroid/fdroid/data/CategoryProviderTest.java index e35c968c2..7a58ab85c 100644 --- a/app/src/test/java/org/fdroid/fdroid/data/CategoryProviderTest.java +++ b/app/src/test/java/org/fdroid/fdroid/data/CategoryProviderTest.java @@ -24,7 +24,7 @@ import static org.fdroid.fdroid.Assert.assertContainsOnly; import static org.junit.Assert.assertArrayEquals; import static org.junit.Assert.assertEquals; -@Config(constants = BuildConfig.class, application = Application.class, sdk = 23) +@Config(constants = BuildConfig.class, application = Application.class) @RunWith(RobolectricTestRunner.class) public class CategoryProviderTest extends FDroidProviderTest {