Skip to content

Commit 6910874

Browse files
committed
chore: test cleanup
1 parent 7746cdd commit 6910874

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package dev.suresh
22

3-
import dev.suresh.http.MediaApiClient
43
import kotlin.test.assertTrue
5-
import kotlinx.coroutines.test.runTest
64
import org.junit.jupiter.api.Test
75

86
class PlatformTest {
@@ -12,10 +10,4 @@ class PlatformTest {
1210
assertTrue(Greeting().greeting().contains("JVM"), message = "JVM platform check failed!")
1311
DOP.run()
1412
}
15-
16-
@Test
17-
fun httpClientTest() = runTest {
18-
MediaApiClient().images().forEach { s -> println(s) }
19-
println("Done")
20-
}
2113
}

0 commit comments

Comments
 (0)