mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Remove reference to MainActivity
This commit is contained in:
@@ -28,8 +28,8 @@ import android.support.test.runner.*;
|
|||||||
import android.test.suitebuilder.annotation.*;
|
import android.test.suitebuilder.annotation.*;
|
||||||
|
|
||||||
import org.hamcrest.*;
|
import org.hamcrest.*;
|
||||||
import org.isoron.uhabits.*;
|
|
||||||
import org.isoron.uhabits.R;
|
import org.isoron.uhabits.R;
|
||||||
|
import org.isoron.uhabits.activities.habits.list.*;
|
||||||
import org.isoron.uhabits.models.*;
|
import org.isoron.uhabits.models.*;
|
||||||
import org.isoron.uhabits.utils.*;
|
import org.isoron.uhabits.utils.*;
|
||||||
import org.junit.*;
|
import org.junit.*;
|
||||||
@@ -56,8 +56,8 @@ public class MainTest
|
|||||||
private SystemHelper sys;
|
private SystemHelper sys;
|
||||||
|
|
||||||
@Rule
|
@Rule
|
||||||
public IntentsTestRule<MainActivity> activityRule =
|
public IntentsTestRule<ListHabitsActivity> activityRule =
|
||||||
new IntentsTestRule<>(MainActivity.class);
|
new IntentsTestRule<>(ListHabitsActivity.class);
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void setup()
|
public void setup()
|
||||||
|
|||||||
Reference in New Issue
Block a user