You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/07/08 03:02:44 UTC

[GitHub] [geode] mhansonp commented on a change in pull request #6610: GEODE-9377 - Removed deploymentName field from Deployment config object.

mhansonp commented on a change in pull request #6610:
URL: https://github.com/apache/geode/pull/6610#discussion_r665831451



##########
File path: geode-gfsh/src/integrationTest/java/org/apache/geode/management/internal/cli/GfshParserAutoCompletionIntegrationTest.java
##########
@@ -82,15 +82,15 @@ public void testCompletionDescribeWithSpace() {
   public void testCompletionDeploy() {
     String buffer = "deploy";
     CommandCandidate candidate = gfshParserRule.complete(buffer);
-    assertThat(candidate.getCandidates()).hasSize(6);

Review comment:
       Please make this static final int's with useful names.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org