Polish
This commit is contained in:
parent
97155f1a30
commit
3f80b4ab2e
|
@ -57,7 +57,7 @@ public class ServerHttpResponseTests {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void writeWithWithComplete() throws Exception {
|
public void writeWithError() throws Exception {
|
||||||
TestServerHttpResponse response = new TestServerHttpResponse();
|
TestServerHttpResponse response = new TestServerHttpResponse();
|
||||||
IllegalStateException error = new IllegalStateException("boo");
|
IllegalStateException error = new IllegalStateException("boo");
|
||||||
response.writeWith(Flux.error(error)).otherwise(ex -> Mono.empty()).get();
|
response.writeWith(Flux.error(error)).otherwise(ex -> Mono.empty()).get();
|
||||||
|
|
Loading…
Reference in New Issue