Skip to content

Commit

Permalink
fixes #74 update test case for updated service discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Jul 6, 2017
1 parent 5bffb5d commit 6809712
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void notifyCommand(URL refUrl, String commandString) {
public void discoverService() throws Exception {
registry.doRegister(serviceUrl);
List<URL> urls = registry.discoverService(serviceUrl);
Assert.assertFalse(urls.contains(serviceUrl));
Assert.assertNull(urls);

registry.doAvailable(null);
Thread.sleep(sleepTime);
Expand Down

0 comments on commit 6809712

Please sign in to comment.