Skip to content

Commit d151552

Browse files
authored
Merge pull request eugenp#10 from pandachris/BAEL-2283
test spacing
2 parents d80ab0b + 2b1d02c commit d151552

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rsocket/src/test/java/com/baeldung/rsocket/RSocketIntegrationTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ public static void tearDownClass() {
3333
public void whenSendingAString_thenRevceiveTheSameString() {
3434
ReqResClient client = new ReqResClient();
3535
String string = "Hello RSocket";
36+
3637
assertEquals(string, client.callBlocking(string));
38+
3739
client.dispose();
3840
}
3941

0 commit comments

Comments
 (0)