Clean up
This commit is contained in:
parent
cf3b2bba91
commit
c71c491302
2 changed files with 3 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ class DefaultFirebaseNewTokenHandlerTest {
|
|||
A_USER_ID -> FakeUserPushStore(pushProviderName = FirebaseConfig.NAME)
|
||||
A_USER_ID_2 -> FakeUserPushStore(pushProviderName = "Other")
|
||||
A_USER_ID_3 -> FakeUserPushStore(pushProviderName = FirebaseConfig.NAME)
|
||||
else -> throw IllegalStateException()
|
||||
else -> error("Unexpected sessionId: $sessionId")
|
||||
}
|
||||
}
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue