Skip to content

Commit 71c17e2

Browse files
committed
removing deprecated lines
1 parent 889e98d commit 71c17e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/test/java/protect/card_locker/LoyaltyCardTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import org.junit.Test;
66
import org.junit.runner.RunWith;
77
import org.robolectric.RobolectricTestRunner;
8-
import org.robolectric.annotation.Config;
98

109
import java.math.BigDecimal;
1110
import java.util.Currency;
@@ -16,7 +15,6 @@
1615
import static org.junit.Assert.*;
1716

1817
@RunWith(RobolectricTestRunner.class)
19-
@Config(manifest=Config.NONE)
2018
public class LoyaltyCardTest {
2119

2220
@Test

0 commit comments

Comments
 (0)