Skip to content

Commit 3a3c43b

Browse files
author
Stephane Landelle
committed
Don't derive
1 parent 3259e0c commit 3a3c43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/test/java/org/asynchttpclient/async/SimpleAsyncHttpClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public void onBytesReceived(String url, long amount, long current, long total) {
219219
public void testNullUrl() throws Exception {
220220
SimpleAsyncHttpClient client = null;
221221
try {
222-
client = new SimpleAsyncHttpClient.Builder().setProviderClass(getProviderClass()).build().derive().build();
222+
client = new SimpleAsyncHttpClient.Builder().setProviderClass(getProviderClass()).build();
223223
assertTrue(true);
224224
} catch (NullPointerException ex) {
225225
fail();

0 commit comments

Comments
 (0)