Skip to content

Commit 45fc69d

Browse files
artem-vaharonha
authored andcommitted
CR comments
1 parent cd7c68c commit 45fc69d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/src/test/java/io/scalecube/services/ServiceTransportTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void cleanUp() {
6565
}
6666

6767
@Test
68-
public void test_remote_node_died_mono() throws Exception {
68+
public void test_remote_node_died_mono_never() throws Exception {
6969
int batchSize = 1;
7070

7171
final CountDownLatch latch1 = new CountDownLatch(batchSize);
@@ -123,7 +123,7 @@ public void test_remote_node_died_many_never() throws Exception {
123123
}
124124

125125
@Test
126-
public void test_remote_node_died_many_only_one_and_then_never() throws Exception {
126+
public void test_remote_node_died_many_then_never() throws Exception {
127127
int batchSize = 1;
128128

129129
final CountDownLatch latch1 = new CountDownLatch(batchSize);

0 commit comments

Comments
 (0)