Skip to content

Commit

Permalink
Clean up merge conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
acarbonetto committed Jan 16, 2024
1 parent 60d57d6 commit 0ce8962
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,7 @@ public void onConnection_emptyResponse_throwsClosingException() {

assertTrue(executionException.getCause() instanceof ClosingException);
assertEquals("Unexpected empty data in response", executionException.getCause().getMessage());
// TODO: channel may not be completed since we don't wait for the close to complete
// verify(channel).close();
verify(channel).close();
}

@Test
Expand Down

0 comments on commit 0ce8962

Please sign in to comment.