Minor. Update test data

This commit is contained in:
Ilmir Usmanov
2020-08-11 20:25:24 +02:00
parent f21d8a4c5b
commit b06218c456
@@ -7,6 +7,7 @@
import helpers.*
import kotlin.coroutines.*
@Suppress("FUN_INTERFACE_WITH_SUSPEND_FUNCTION")
fun interface Action {
suspend fun run()
}