Skip to content

Commit

Permalink
fix test dep in okio
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics committed Aug 17, 2023
1 parent 9fbefaa commit c1ca8f8
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ import okhttp3.OkHttpClient
import okhttp3.Protocol
import okhttp3.Response
import okhttp3.ResponseBody.Companion.toResponseBody
import org.junit.jupiter.api.Assertions.assertTrue
import org.junit.jupiter.api.Test
import kotlin.test.assertEquals
import kotlin.test.assertNotNull
import kotlin.test.assertNull
import kotlin.test.*

class OkHttpDriverTest {

Expand Down Expand Up @@ -169,4 +165,4 @@ class OkHttpDriverTest {
.body(responseJson.toResponseBody("application/json; charset=utf-8".toMediaType()))
.build()
}.build()
}
}

0 comments on commit c1ca8f8

Please sign in to comment.