1
0
Fork 0

No issue: Fix broken Settings test

master
Colin Lee 2019-06-24 19:57:45 -05:00 committed by Jeff Boek
parent ddebc98718
commit d28bb76d25
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ class SettingsTest {
fun showSearchSuggestions() {
// When just created
// Then
assertTrue(settings.showSearchSuggestions())
assertTrue(settings.showSearchSuggestions)
}
@Test