Suppress routine notification updates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package se.ajpanton.notificationlog.settings
|
||||
|
||||
import org.junit.Assert.assertTrue
|
||||
import org.junit.Test
|
||||
|
||||
class LoggingRuleTest {
|
||||
@Test fun `routine updates default to ignored`() {
|
||||
assertTrue(LoggingRule().ignoreRoutineUpdates)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user