Skip to content

Commit

Permalink
fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chedim committed Mar 12, 2024
1 parent b005287 commit 8af8a7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ protected void setUp() throws Exception {
ctx = new ChatLinkState(cp);
}

@Override
protected void tearDown() throws Exception {
server.close();
}

protected void enqueueResponse(String text) {
JsonObject packet = JsonObject.create();
packet.put("id", UUID.randomUUID().toString());
Expand Down

This file was deleted.

0 comments on commit 8af8a7b

Please sign in to comment.