Skip to content

Commit 937bc35

Browse files
author
Stephane Landelle
committed
Doh!
1 parent 51f6ec2 commit 937bc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/netty/src/test/java/org/asynchttpclient/providers/netty/NettySimpleAsyncClientErrorBehaviourTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ public AsyncHttpClient getAsyncHttpClient(AsyncHttpClientConfig config) {
2525
}
2626

2727
public String getProviderClass() {
28-
return NettyProviderUtil.class.getName();
28+
return NettyAsyncHttpProvider.class.getName();
2929
}
3030
}

0 commit comments

Comments
 (0)