Skip to content

Commit

Permalink
Rolled back test port to port 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-aero committed Jun 18, 2024
1 parent 83da81a commit fb8de6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/aerospike/mapper/AeroMapperBaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static void setupClass() {
ClientPolicy policy = new ClientPolicy();
// Set event loops to use in asynchronous commands.
policy.eventLoops = new NioEventLoops(1);
client = new AerospikeClient(policy, "localhost", 3100);
client = new AerospikeClient(policy, "localhost", 3000);
}

@AfterAll
Expand Down

0 comments on commit fb8de6e

Please sign in to comment.