Skip to content

Commit

Permalink
Change message queue
Browse files Browse the repository at this point in the history
  • Loading branch information
matty-r committed Mar 6, 2024
1 parent 38b2b61 commit 19f4beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/backend/MessageHandlerTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public void testServerLineLimit() throws BadLocationException, InterruptedExcept
testHandler.parseMessage(testMessage);
}

while (testServer.messageQueueInProgress)
while (testServer.messageQueueWorking())
{
TimeUnit.MILLISECONDS.sleep(10);
}
Expand Down

0 comments on commit 19f4beb

Please sign in to comment.