Update test
This commit is contained in:
parent
b5bc347624
commit
6826bd1ddc
@ -56,10 +56,10 @@ public class HabitTest
|
|||||||
assertThat(habit.archived, is(0));
|
assertThat(habit.archived, is(0));
|
||||||
assertThat(habit.highlight, is(0));
|
assertThat(habit.highlight, is(0));
|
||||||
|
|
||||||
assertThat(habit.reminderDays, is(nullValue()));
|
|
||||||
assertThat(habit.reminderHour, is(nullValue()));
|
assertThat(habit.reminderHour, is(nullValue()));
|
||||||
assertThat(habit.reminderMin, is(nullValue()));
|
assertThat(habit.reminderMin, is(nullValue()));
|
||||||
|
|
||||||
|
assertThat(habit.reminderDays, is(not(nullValue())));
|
||||||
assertThat(habit.streaks, is(not(nullValue())));
|
assertThat(habit.streaks, is(not(nullValue())));
|
||||||
assertThat(habit.scores, is(not(nullValue())));
|
assertThat(habit.scores, is(not(nullValue())));
|
||||||
assertThat(habit.repetitions, is(not(nullValue())));
|
assertThat(habit.repetitions, is(not(nullValue())));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user