Skip to content

Commit

Permalink
#176 rollback test code
Browse files Browse the repository at this point in the history
  • Loading branch information
kfchu committed Jul 18, 2017
1 parent 649c978 commit 4a6d022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static void main(String[] args) throws Exception {

private static void startEmbeddedZkIfNeeded() throws Exception {
if (Boolean.getBoolean("saturn.embeddedzk")) {
embeddedZookeeper = new TestingServer(2181);
embeddedZookeeper = new TestingServer(2182);
embeddedZookeeper.start();
}
}
Expand Down

0 comments on commit 4a6d022

Please sign in to comment.