Add missing test for DefaultPushService

This commit is contained in:
Benoit Marty 2024-11-15 15:04:47 +01:00
parent 719e4b43be
commit d97d561b13
2 changed files with 52 additions and 0 deletions

View file

@ -54,5 +54,6 @@ class FakeUserPushStore(
}
override suspend fun reset() {
pushProviderName = null
}
}