const -> companion

This commit is contained in:
Benoit Marty 2020-12-18 16:53:26 +01:00
parent ca4b91a98f
commit 3d291c04c9
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ import kotlin.test.fail
@FixMethodOrder(MethodSorters.JVM)
class TimelineWithManyMembersTest : InstrumentedTest {
private val NUMBER_OF_MEMBERS = 6
companion object {
private const val NUMBER_OF_MEMBERS = 6
}
private val commonTestHelper = CommonTestHelper(context())
private val cryptoTestHelper = CryptoTestHelper(commonTestHelper)