Skip to content

Commit 79c7156

Browse files
mahanteshwar-gitvorburger
authored andcommitted
Update jetcd-core/src/test/java/io/etcd/jetcd/impl/ClusterMembersTest.java
Co-authored-by: Michael Vorburger <[email protected]> Signed-off-by: mchimang <[email protected]>
1 parent b45be4a commit 79c7156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetcd-core/src/test/java/io/etcd/jetcd/impl/ClusterMembersTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public void testMemberManagementAddLearnerAndPromote() throws ExecutionException
128128
assertThat(m2).isNotNull();
129129
assertThat(m2.isLearner()).isTrue();
130130

131-
// Now attempt to promote a member. Although it fails, it confirms that API was executed.
131+
// Now attempt to promote a member; although it fails, it confirms that the API was executed.
132132
Future<MemberPromoteResponse> promoteResponseFuture = clusterClient.promoteMember(m2.getId());
133133
assertThatExceptionOfType(ExecutionException.class)
134134
.isThrownBy(promoteResponseFuture::get).withMessageEndingWith(

0 commit comments

Comments
 (0)