Remove old manual overrides for notification profiles.

This commit is contained in:
Michelle Tang
2025-08-11 12:08:08 -04:00
committed by Greyson Parrelli
parent f518862dc3
commit be41c2e8cb
3 changed files with 33 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ class NotificationProfilesTest {
@Before
fun setUp() {
notificationProfileValues = mockk()
notificationProfileValues = mockk(relaxed = true)
every { notificationProfileValues.manuallyEnabledUntil } returns 0
every { notificationProfileValues.manuallyDisabledAt } returns 0