File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
okhttp-android/src/androidTest/kotlin/okhttp3/android Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ import java.net.UnknownHostException
3232import java.util.concurrent.CountDownLatch
3333import mockwebserver3.MockResponse
3434import mockwebserver3.junit4.MockWebServerRule
35- import okhttp3.AsyncDns
3635import okhttp3.Dns
3736import okhttp3.HttpUrl.Companion.toHttpUrl
3837import okhttp3.OkHttpClient
3938import okhttp3.Request
39+ import okhttp3.android.internal.AsyncDns
4040import okhttp3.tls.HandshakeCertificates
4141import okhttp3.tls.HeldCertificate
4242import okio.IOException
@@ -131,7 +131,7 @@ class AndroidDnsTest {
131131 val latch = CountDownLatch (1 )
132132
133133 // assumes an IPv4 address
134- AndroidDns . IPv4 .query(
134+ AndroidDns ( AndroidDns . DnsClass . IPV4 ) .query(
135135 hostname = hostname,
136136 originatingCall = null ,
137137 callback =
You can’t perform that action at this time.
0 commit comments