We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682fca3 commit 48fef8bCopy full SHA for 48fef8b
rsocket-core/src/test/java/io/rsocket/core/RSocketRequesterTest.java
@@ -1168,8 +1168,7 @@ public void testWorkaround959() {
1168
assertSubscriber.request(1);
1169
});
1170
1171
- Assertions.assertThat(rule.connection.getSent())
1172
- .allMatch(ByteBuf::release);
+ Assertions.assertThat(rule.connection.getSent()).allMatch(ByteBuf::release);
1173
1174
Assertions.assertThat(rule.socket.isDisposed()).isFalse();
1175
0 commit comments