mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
Delete snooze_interval preference
This commit is contained in:
@@ -119,9 +119,6 @@ class PreferencesTest : BaseUnitTest() {
|
||||
assertFalse(prefs.shouldMakeNotificationsLed())
|
||||
prefs.setNotificationsLed(true)
|
||||
assertTrue(prefs.shouldMakeNotificationsLed())
|
||||
assertThat(prefs.snoozeInterval, equalTo(15L))
|
||||
prefs.setSnoozeInterval(30)
|
||||
assertThat(prefs.snoozeInterval, equalTo(30L))
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user