mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
updating test
This commit is contained in:
@@ -57,7 +57,7 @@ class Version23Test: BaseUnitTest() {
|
||||
val cursor = db.query("select description from Habits")
|
||||
|
||||
while(cursor.moveToNext()){
|
||||
MatcherAssert.assertThat(cursor.getString(0), Matchers.nullValue())
|
||||
MatcherAssert.assertThat(cursor.getString(0), Matchers.equalTo(""))
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user