Skip to content

Commit

Permalink
test: Use a different port for statsd server
Browse files Browse the repository at this point in the history
  • Loading branch information
blemale committed Feb 12, 2024
1 parent 6121d82 commit 0f0ee89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class NonBlockingDirectStatsDClientTest {

private static final int STATSD_SERVER_PORT = 17254;
private static final int STATSD_SERVER_PORT = 17256;
private static final int MAX_PACKET_SIZE = 64;
private static DirectStatsDClient client;
private static DummyStatsDServer server;
Expand Down

0 comments on commit 0f0ee89

Please sign in to comment.