Add test on isRelevant

This commit is contained in:
Benoit Marty 2024-05-23 00:20:24 +02:00
parent 4e7f5c46b8
commit cf3b2bba91
3 changed files with 26 additions and 1 deletions

View file

@ -85,7 +85,7 @@ class UnifiedPushTestTest {
}
@Test
fun `test isRelevant`() = runTest {
fun `test isRelevant`() {
val sut = UnifiedPushTest(
unifiedPushDistributorProvider = FakeUnifiedPushDistributorProvider(),
openDistributorWebPageAction = FakeOpenDistributorWebPageAction(),