nabarunnag commented on a change in pull request #7366:
URL: https://github.com/apache/geode/pull/7366#discussion_r840051763



##########
File path: 
geode-core/src/test/java/org/apache/geode/distributed/LocatorLauncherTest.java
##########
@@ -40,4 +42,9 @@ public void canBeMocked() {
     assertThat(mockLocatorLauncher.getLocator()).isSameAs(mockInternalLocator);
     assertThat(mockLocatorLauncher.getId()).isEqualTo("ID");
   }
+
+  @Test
+  public void test() throws IOException {

Review comment:
       went in by mistake - residual code from an initial attempt. it is fixed




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to