mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Fixed test
This commit is contained in:
@@ -50,7 +50,7 @@ public class ShowHabitMenuBehaviorTest extends BaseUnitTest
|
|||||||
|
|
||||||
habit = fixtures.createShortHabit();
|
habit = fixtures.createShortHabit();
|
||||||
menu = new ShowHabitMenuBehavior(habitList, habit, taskRunner, screen,
|
menu = new ShowHabitMenuBehavior(habitList, habit, taskRunner, screen,
|
||||||
system);
|
system, commandRunner);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Reference in New Issue
Block a user