File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
firebase-storage/src/commonTest/kotlin/dev/gitlive/firebase/storage Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,9 @@ import dev.gitlive.firebase.apps
10
10
import dev.gitlive.firebase.initialize
11
11
import dev.gitlive.firebase.runBlockingTest
12
12
import dev.gitlive.firebase.runTest
13
- import kotlinx.coroutines.Dispatchers
14
- import kotlinx.coroutines.coroutineScope
15
- import kotlinx.coroutines.flow.channelFlow
16
- import kotlinx.coroutines.flow.first
17
- import kotlinx.coroutines.launch
18
13
import kotlin.test.AfterTest
19
14
import kotlin.test.BeforeTest
20
15
import kotlin.test.Test
21
- import kotlin.test.assertContentEquals
22
16
import kotlin.test.assertEquals
23
17
import kotlin.test.assertNotNull
24
18
@@ -66,7 +60,6 @@ class FirebaseStorageTest {
66
60
67
61
@Test
68
62
fun testUploadShouldNotCrash () = runTest {
69
- println (" Test" )
70
63
val data = createTestData()
71
64
val ref = storage.reference(" test" ).child(" testUploadShouldNotCrash.txt" )
72
65
You can’t perform that action at this time.
0 commit comments