2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-11 13:11:01 +00:00

No issue: Fix broken Settings test

This commit is contained in:
Colin Lee 2019-06-24 19:57:45 -05:00 committed by Jeff Boek
parent ddebc98718
commit d28bb76d25

View File

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