mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 01:45:52 +03:00
Fix the test
This commit is contained in:
parent
c302148e89
commit
e8fbbe2b97
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ class SpanUtilsTest : InstrumentedTest {
|
|||
|
||||
private val spanUtils = SpanUtils()
|
||||
|
||||
private fun SpanUtils.canUseTextFuture(message: CharSequence): Boolean {
|
||||
return getBindingOptions(message).canUseTextFuture
|
||||
}
|
||||
|
||||
@Test
|
||||
fun canUseTextFutureString() {
|
||||
spanUtils.canUseTextFuture("test").shouldBeTrue()
|
||||
|
|
Loading…
Reference in a new issue