Skip to content

Commit

Permalink
Merge pull request #1141 from Marketcetera/unit_tests
Browse files Browse the repository at this point in the history
Unit tests
  • Loading branch information
colinduplantis committed Apr 3, 2023
2 parents 67023b8 + 63896f6 commit 3bd586e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpc-core/src/test/java/org/marketcetera/rpc/RpcTestBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ public void setup()
authenticator = new MockAuthenticator();
authenticator.getUserstore().put("test",
"password");
int port = SocketUtils.findAvailableTcpPort();
int port = SocketUtils.findAvailableTcpPort(10000,
20000);
createService();
startServer("127.0.0.1",
port,
Expand Down

0 comments on commit 3bd586e

Please sign in to comment.