Skip to content

Commit

Permalink
Issue #3730 - Updating invalid test assertion
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <[email protected]>
  • Loading branch information
joakime committed Dec 19, 2019
1 parent 9498859 commit 26fde02
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public void testInit_HttpClient_StartedOutside() throws Exception
assertThat("HttpClient started", http.isStarted(), is(true));

HttpClient httpBean = ws.getBean(HttpClient.class);
assertThat("HttpClient should not be found in WebSocketClient", httpBean, nullValue());
assertThat("HttpClient bean is managed", ws.isManaged(httpBean), is(false));
assertThat("WebSocketClient should not be found in HttpClient", http.getBean(WebSocketClient.class), nullValue());
}
Expand Down

0 comments on commit 26fde02

Please sign in to comment.