We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889e98d commit 71c17e2Copy full SHA for 71c17e2
1 file changed
app/src/test/java/protect/card_locker/LoyaltyCardTest.java
@@ -5,7 +5,6 @@
5
import org.junit.Test;
6
import org.junit.runner.RunWith;
7
import org.robolectric.RobolectricTestRunner;
8
-import org.robolectric.annotation.Config;
9
10
import java.math.BigDecimal;
11
import java.util.Currency;
@@ -16,7 +15,6 @@
16
15
import static org.junit.Assert.*;
17
18
@RunWith(RobolectricTestRunner.class)
19
-@Config(manifest=Config.NONE)
20
public class LoyaltyCardTest {
21
22
@Test
0 commit comments