Skip to content

Commit 8c3dedd

Browse files
author
Stephane Landelle
committed
Shouldn't be closing client twice
1 parent c3288fc commit 8c3dedd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,6 @@ public void bodyAsByteTest() throws Throwable {
16591659
assertEquals(r.getStatusCode(), 200);
16601660
assertEquals(r.getResponseBodyAsBytes(), new byte[] {});
16611661

1662-
client.close();
16631662
} finally {
16641663
client.close();
16651664
}

0 commit comments

Comments
 (0)