updating test

This commit is contained in:
Rechee
2020-01-08 19:50:17 -08:00
parent fa7bc27124
commit 2999e0e5eb

View File

@@ -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(""))
}
}
}