7 lines
No EOL
147 B
Kotlin
7 lines
No EOL
147 B
Kotlin
package com.tangem.common.constants
|
|
|
|
object TestConstants {
|
|
const val TOTAL_BALANCE = "$3,299.18"
|
|
|
|
const val WAIT_UNTIL_TIMEOUT = 20_000L
|
|
} |