Fixing compilation issue

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2019-10-30 17:18:03 -05:00
parent 737144a35e
commit c980e3dd34
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class WebSocketProtocolTest
public void startServer() throws Exception
{
server = new BrowserDebugTool();
server.prepare(0);
server.prepare(0, 0);
server.start();
}