Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Feb 22, 2017
1 parent 2ba2e8b commit feff8da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public void test() throws InvalidConfigurationException {
throw new InvalidConfigurationException("this strategy only works with named pipe file");
}

config = tryConfiguration("tcp://localhost:" + 2376);
config = tryConfiguration("tcp://localhost:" + 2375);
}

@Override
Expand Down

0 comments on commit feff8da

Please sign in to comment.