Add test on isRelevant
This commit is contained in:
parent
0d445cdeb3
commit
5b8c0871e8
3 changed files with 26 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class UnifiedPushTestTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
fun `test isRelevant`() = runTest {
|
||||
fun `test isRelevant`() {
|
||||
val sut = UnifiedPushTest(
|
||||
unifiedPushDistributorProvider = FakeUnifiedPushDistributorProvider(),
|
||||
openDistributorWebPageAction = FakeOpenDistributorWebPageAction(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue