Ensure unit tests use targetSdk instead of API 23 (Android 6)

This commit is contained in:
Sylvia van Os
2023-04-16 15:20:30 +02:00
parent 3b51121c9e
commit 4b2b999653
9 changed files with 35 additions and 40 deletions

View File

@@ -33,7 +33,6 @@ import static org.junit.Assert.assertNotNull;
import static org.robolectric.Shadows.shadowOf;
@RunWith(RobolectricTestRunner.class)
@Config(sdk = 23)
public class MainActivityTest {
private SharedPreferences prefs;