mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-15 18:59:12 +03:00
const -> companion
This commit is contained in:
parent
ca4b91a98f
commit
3d291c04c9
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue