mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-03 12:37:31 +01:00
Remove incorrect comment
Signed-off-by: Dominic Fischer <dominicfischer7@gmail.com>
This commit is contained in:
parent
35768ff7e8
commit
983e02888c
@ -344,7 +344,6 @@ class CommonTestHelper(context: Context) {
|
|||||||
await(latch, timeout)
|
await(latch, timeout)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Transform a method with a MatrixCallback to a synchronous method
|
|
||||||
fun <T> runBlockingTest(timeout: Long = TestConstants.timeOutMillis, block: suspend () -> T): T {
|
fun <T> runBlockingTest(timeout: Long = TestConstants.timeOutMillis, block: suspend () -> T): T {
|
||||||
return runBlocking {
|
return runBlocking {
|
||||||
withTimeout(timeout) {
|
withTimeout(timeout) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user