Skip to content

Commit

Permalink
Remove unnecessary OptIn in ApiClientTest
Browse files Browse the repository at this point in the history
  • Loading branch information
russell committed Sep 18, 2024
1 parent 58a9fec commit c9afddf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shared-client/src/commonTest/kotlin/ApiClientTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ import io.ktor.client.plugins.ClientRequestException
import io.ktor.http.HttpHeaders
import io.ktor.http.HttpStatusCode
import io.ktor.http.headersOf
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.test.runTest
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertFailsWith

@OptIn(ExperimentalCoroutinesApi::class)
class ApiClientTest {
@Test
fun getMessage() = runTest {
Expand Down

0 comments on commit c9afddf

Please sign in to comment.