Skip to content

Commit

Permalink
DTPOMERSER-1012 - Introduce Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
grmeyer-hw-dev committed Jun 4, 2024
1 parent 04184b5 commit f06abd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@
import org.junit.rules.ExpectedException;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
import org.robolectric.annotation.Config;

import java.util.Date;

@RunWith(RobolectricTestRunner.class)
@Config(instrumentedPackages={"com.hyperwallet"})
public class ConfigurationTest {

private static Configuration mConfiguration;
Expand Down
3 changes: 2 additions & 1 deletion core/src/test/resources/robolectric.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sdk=30
sdk=30
instrumentedPackages={"com.hyperwallet"}

0 comments on commit f06abd4

Please sign in to comment.