mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 04:49:12 +00:00
Issue #3730 - Updating invalid test assertion
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
94988596a1
commit
26fde02c55
@ -55,7 +55,6 @@ public class WebSocketClientInitTest
|
|||||||
assertThat("HttpClient started", http.isStarted(), is(true));
|
assertThat("HttpClient started", http.isStarted(), is(true));
|
||||||
|
|
||||||
HttpClient httpBean = ws.getBean(HttpClient.class);
|
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("HttpClient bean is managed", ws.isManaged(httpBean), is(false));
|
||||||
assertThat("WebSocketClient should not be found in HttpClient", http.getBean(WebSocketClient.class), nullValue());
|
assertThat("WebSocketClient should not be found in HttpClient", http.getBean(WebSocketClient.class), nullValue());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user