mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-06 16:43:51 -04:00
More small cleanups
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package protect.card_locker;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.robolectric.RobolectricTestRunner;
|
||||
@@ -10,6 +8,8 @@ import org.robolectric.annotation.Config;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Currency;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
@RunWith(RobolectricTestRunner.class)
|
||||
@Config(sdk = 23)
|
||||
public class UtilsTest
|
||||
|
||||
Reference in New Issue
Block a user