mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 09:38:52 -06:00
Remove calls to Repetition.add and Repetition.remove
This commit is contained in:
@@ -128,8 +128,7 @@ public class HabitFixtures
|
||||
Timestamp timestamp = DateUtils.getToday();
|
||||
for (int value : LONG_NUMERICAL_HABIT_CHECKS)
|
||||
{
|
||||
Repetition r = new Repetition(timestamp, value);
|
||||
habit.getRepetitions().add(r);
|
||||
habit.getRepetitions().setValue(timestamp, value);
|
||||
timestamp = timestamp.minus(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user