mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-30 04:03:13 -04:00
Fix unit tests with Robolectric 4
This commit is contained in:
@@ -32,7 +32,7 @@ import static org.junit.Assert.assertTrue;
|
||||
import static org.robolectric.Shadows.shadowOf;
|
||||
|
||||
@RunWith(RobolectricTestRunner.class)
|
||||
@Config(constants = BuildConfig.class, sdk = 23)
|
||||
@Config(sdk = 23)
|
||||
public class MainActivityTest
|
||||
{
|
||||
private SharedPreferences prefs;
|
||||
|
||||
Reference in New Issue
Block a user