mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Make setup method public
This commit is contained in:
@@ -39,7 +39,7 @@ public class BaseTest
|
|||||||
public static final long FIXED_LOCAL_TIME = 1422172800000L; // 8:00am, January 25th, 2015 (UTC)
|
public static final long FIXED_LOCAL_TIME = 1422172800000L; // 8:00am, January 25th, 2015 (UTC)
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
protected void setup()
|
public void setup()
|
||||||
{
|
{
|
||||||
if(!isLooperPrepared)
|
if(!isLooperPrepared)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user