Lint fixes

This commit is contained in:
Michael Kaye 2022-05-16 16:46:24 +01:00
parent a19c1d6fbe
commit 1f89cfbe44
4 changed files with 1 additions and 3 deletions

View File

@ -21,7 +21,6 @@ import android.os.Handler
import android.os.Looper
import androidx.lifecycle.ProcessLifecycleOwner
import androidx.work.Configuration
import androidx.work.WorkManager
import androidx.work.impl.WorkManagerImpl
import androidx.work.impl.utils.taskexecutor.WorkManagerTaskExecutor
import com.zhuinden.monarchy.Monarchy

View File

@ -41,7 +41,6 @@ class CryptoStoreTest : InstrumentedTest {
@get:Rule var rule = RetryTestRule(3)
private val cryptoStoreHelper = CryptoStoreHelper()
private val clock = DefaultClock()

View File

@ -70,6 +70,7 @@ import java.util.concurrent.CountDownLatch
class E2eeSanityTests : InstrumentedTest {
@get:Rule var rule = RetryTestRule(3)
/**
* Simple test that create an e2ee room.
* Some new members are added, and a message is sent.

View File

@ -25,7 +25,6 @@ import org.junit.Assert.assertNull
import org.junit.Assert.assertTrue
import org.junit.Assert.fail
import org.junit.FixMethodOrder
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.junit.runners.MethodSorters