mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 19:00:26 +01:00
Remove old manual overrides for notification profiles.
This commit is contained in:
committed by
Greyson Parrelli
parent
f518862dc3
commit
be41c2e8cb
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user