mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 17:18:52 -06:00
Update dependencies
This commit is contained in:
@@ -50,6 +50,7 @@ public class WidgetControllerTest extends BaseUnitTest
|
||||
|
||||
today = DateUtils.getStartOfToday();
|
||||
habit = fixtures.createEmptyHabit();
|
||||
habitList.add(habit);
|
||||
commandRunner = mock(CommandRunner.class);
|
||||
notificationTray = mock(NotificationTray.class);
|
||||
controller = new WidgetController(commandRunner, notificationTray);
|
||||
|
||||
Reference in New Issue
Block a user