Make setup method public

This commit is contained in:
2016-04-01 16:08:51 -04:00
parent 16d85dc4c7
commit 8b296ce2ae

View File

@@ -39,7 +39,7 @@ public class BaseTest
public static final long FIXED_LOCAL_TIME = 1422172800000L; // 8:00am, January 25th, 2015 (UTC)
@Before
protected void setup()
public void setup()
{
if(!isLooperPrepared)
{