Skip to content

Commit 3bece24

Browse files
committed
minor clean up
1 parent 4aac8e3 commit 3bece24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/ning/http/client/async/AsyncProvidersBasicTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ public void onThrowable(Throwable t) {
10101010
});
10111011

10121012
if (!l.await(TIMEOUT, TimeUnit.SECONDS)) {
1013-
Assert.fail("Timed out");
1013+
fail("Timed out");
10141014
}
10151015

10161016
assertNotNull(e.get());

0 commit comments

Comments
 (0)