Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature_multi_tenant' into featu…
Browse files Browse the repository at this point in the history
…re_multi_tenant
  • Loading branch information
nkorange committed Jan 10, 2019
2 parents 791b7c3 + c0ccbe9 commit 31c95a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public void onEvent(Event event) {

TimeUnit.SECONDS.sleep(5L);
Assert.assertEquals(0, naming1.getSubscribeServices().size());
Assert.assertEquals(1, naming2.getSubscribeServices().size());
Assert.assertEquals(0, naming2.getSubscribeServices().size());
}

/**
Expand Down

0 comments on commit 31c95a8

Please sign in to comment.