updating test
This commit is contained in:
parent
fa7bc27124
commit
2999e0e5eb
@ -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(""))
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user