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 cd7c68c commit 45fc69dCopy full SHA for 45fc69d
services/src/test/java/io/scalecube/services/ServiceTransportTest.java
@@ -65,7 +65,7 @@ public void cleanUp() {
65
}
66
67
@Test
68
- public void test_remote_node_died_mono() throws Exception {
+ public void test_remote_node_died_mono_never() throws Exception {
69
int batchSize = 1;
70
71
final CountDownLatch latch1 = new CountDownLatch(batchSize);
@@ -123,7 +123,7 @@ public void test_remote_node_died_many_never() throws Exception {
123
124
125
126
- public void test_remote_node_died_many_only_one_and_then_never() throws Exception {
+ public void test_remote_node_died_many_then_never() throws Exception {
127
128
129
0 commit comments