Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteve committed Mar 28, 2015
1 parent 91ef7c8 commit 9f8e8ea
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public void unknownAction(TestContext context) throws Exception {
context.assertTrue(ar.failed());
Throwable t = ar.cause();
context.assertTrue(t instanceof ReplyException);
ReplyException re = (ReplyException) t;
Throwable cause = re.getCause();

// Those assertions don't work
// but before the test was bugged : doing 2 countdowns instead of await, so it may have been the case previously
Expand Down

0 comments on commit 9f8e8ea

Please sign in to comment.