const -> companion
This commit is contained in:
parent
ca4b91a98f
commit
3d291c04c9
@ -35,7 +35,9 @@ import kotlin.test.fail
|
|||||||
@FixMethodOrder(MethodSorters.JVM)
|
@FixMethodOrder(MethodSorters.JVM)
|
||||||
class TimelineWithManyMembersTest : InstrumentedTest {
|
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 commonTestHelper = CommonTestHelper(context())
|
||||||
private val cryptoTestHelper = CryptoTestHelper(commonTestHelper)
|
private val cryptoTestHelper = CryptoTestHelper(commonTestHelper)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user