Suppress routine notification updates

This commit is contained in:
ajp_anton
2026-07-23 09:52:24 +00:00
parent 4b26f3369e
commit f698871e9a
4 changed files with 20 additions and 1 deletions
@@ -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)
}
}