Skip to content

Commit 9639a5d

Browse files
committed
Cleanup of test
1 parent 0112654 commit 9639a5d

File tree

1 file changed

+0
-7
lines changed
  • firebase-storage/src/commonTest/kotlin/dev/gitlive/firebase/storage

1 file changed

+0
-7
lines changed

firebase-storage/src/commonTest/kotlin/dev/gitlive/firebase/storage/storage.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,9 @@ import dev.gitlive.firebase.apps
1010
import dev.gitlive.firebase.initialize
1111
import dev.gitlive.firebase.runBlockingTest
1212
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
1813
import kotlin.test.AfterTest
1914
import kotlin.test.BeforeTest
2015
import kotlin.test.Test
21-
import kotlin.test.assertContentEquals
2216
import kotlin.test.assertEquals
2317
import kotlin.test.assertNotNull
2418

@@ -66,7 +60,6 @@ class FirebaseStorageTest {
6660

6761
@Test
6862
fun testUploadShouldNotCrash() = runTest {
69-
println("Test")
7063
val data = createTestData()
7164
val ref = storage.reference("test").child("testUploadShouldNotCrash.txt")
7265

0 commit comments

Comments
 (0)