Fix tests

This commit is contained in:
2017-06-23 16:25:25 -04:00
parent 38d3b0d047
commit bb282da92d
2 changed files with 6 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ public class BaseAndroidUnitTest
modelFactory = new MemoryModelFactory();
habitList = spy(modelFactory.buildHabitList());
fixtures = new HabitFixtures(modelFactory);
fixtures = new HabitFixtures(modelFactory, habitList);
taskRunner = new SingleThreadTaskRunner();
commandRunner = new CommandRunner(taskRunner);
}