Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Orban <[email protected]>
  • Loading branch information
lorban committed Jul 15, 2024
1 parent 21d8903 commit b317f28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void before() throws Exception
{
_client = new WebSocketClient();
_server = new Server();
_server.addBean(new LogarithmicArrayByteBufferPool(-1, -1, -1, 0, 0, 0,0));
_server.addBean(new LogarithmicArrayByteBufferPool(-1, -1, -1, 0, 0, 0, 0));
_connector = new ServerConnector(_server);
_server.addConnector(_connector);

Expand Down

0 comments on commit b317f28

Please sign in to comment.