Fix moar ktlint issues
This commit is contained in:
parent
a831f05f6e
commit
5d086ad82d
528 changed files with 146 additions and 629 deletions
|
|
@ -30,7 +30,6 @@ import kotlin.concurrent.thread
|
|||
* adb uninstall io.element.android.libraries.push.pushstore.impl.test
|
||||
*/
|
||||
class DefaultUserPushStoreFactoryTest {
|
||||
|
||||
/**
|
||||
* Ensure that creating UserPushStore is thread safe.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ private val A_USER_ID_1 = SessionId("@A_USER_ID_1:domain")
|
|||
private const val A_UNKNOWN_SECRET = "A_UNKNOWN_SECRET"
|
||||
|
||||
internal class PushClientSecretImplTest {
|
||||
|
||||
@Test
|
||||
fun test() = runTest {
|
||||
val factory = FakePushClientSecretFactory()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue