Skip to content

Commit 2b1d02c

Browse files
author
clininger
committed
test spacing
1 parent cbdd31a commit 2b1d02c

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)