We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303020a commit 2296a49Copy full SHA for 2296a49
uhabits-core/src/jvmTest/java/org/isoron/uhabits/core/models/HabitTest.kt
@@ -110,10 +110,10 @@ class HabitTest : BaseUnitTest() {
110
assertFalse(h.isCompletedToday())
111
h.originalEntries.add(Entry(getToday(), 100000))
112
h.recompute()
113
- assertTrue(h.isCompletedToday())
+ assertFalse(h.isCompletedToday())
114
h.originalEntries.add(Entry(getToday(), 50000))
115
116
117
}
118
119
@Test
0 commit comments