Add test on isRelevant

This commit is contained in:
Benoit Marty 2024-05-23 00:20:24 +02:00
parent 0d445cdeb3
commit 5b8c0871e8
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(),