Skip to content

Commit

Permalink
Fix for missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhham committed Mar 1, 2024
1 parent 5dee0f9 commit 82b1acb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ package io.ktor.client.engine.cio

import io.ktor.client.call.*
import io.ktor.client.request.*
import io.ktor.client.statement.*
import io.ktor.client.tests.utils.*
import io.ktor.http.*
import io.ktor.network.tls.*
Expand All @@ -24,6 +23,7 @@ import java.security.*
import java.security.cert.*
import javax.net.ssl.*
import kotlin.test.*
import kotlin.test.Ignore
import kotlin.test.Test

class CIOSpecificHttpsTest : TestWithKtor() {
Expand Down

0 comments on commit 82b1acb

Please sign in to comment.