File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 33import androidx .test .core .app .ApplicationProvider ;
44import androidx .test .ext .junit .runners .AndroidJUnit4 ;
55
6- import com .google .gson .Gson ;
7-
6+ import io .appwrite .coroutines .CoroutineCallback ;
87import io .appwrite .exceptions .AppwriteException ;
98import io .appwrite .Permission ;
109import io .appwrite .Role ;
1110import io .appwrite .ID ;
1211import io .appwrite .Query ;
1312import io .appwrite .enums .MockType ;
14- import io .appwrite .extensions .GsonExtensionsKt ;
15- import io .appwrite .models .Error ;
1613import io .appwrite .models .InputFile ;
1714import io .appwrite .models .Mock ;
1815import io .appwrite .services .Bar ;
2724import kotlinx .coroutines .test .TestCoroutineDispatcher ;
2825import kotlinx .coroutines .test .TestCoroutineScope ;
2926
30- import okhttp3 .Response ;
31-
3227import org .junit .After ;
3328import org .junit .Before ;
3429import org .junit .Test ;
4439import java .util .List ;
4540import java .util .Map ;
4641
47- import static kotlinx .coroutines .test .TestCoroutineScopeKt .*;
42+ import kotlin .coroutines .Continuation ;
43+ import kotlin .coroutines .CoroutineContext ;
44+ import kotlin .coroutines .Result ;
45+ import kotlin .jvm .JvmOverloads ;
4846
4947class TestPayload {
5048 private String response ;
You can’t perform that action at this time.
0 commit comments