Skip to content

Commit

Permalink
Rolled back accidental push of wrong connection port.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-aero committed Jun 14, 2024
1 parent dbd6665 commit 8c4b029
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 8c4b029

Please sign in to comment.