Commit 897ef4d2 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #18524 from izeye

* pr/18524:
  Remove a duplicate assertion

Closes gh-18524
parents 002b2709 e9e6c925
......@@ -96,7 +96,6 @@ class NettyRSocketServerFactoryTests {
String response = this.requester.route("test").data(payload).retrieveMono(String.class).block(TIMEOUT);
assertThat(this.server.address().getPort()).isEqualTo(specificPort);
assertThat(response).isEqualTo(payload);
assertThat(this.server.address().getPort()).isEqualTo(specificPort);
}
@Test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment