Skip to content

Commit

Permalink
Fixed test assertion.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Aug 26, 2024
1 parent 8db06e6 commit e560b77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ public boolean handle(Request request, Response response, Callback callback)
"""));
// Wait for the second request to be suspended.
await().atMost(5, TimeUnit.SECONDS).until(qosHandler::getSuspendedRequestCount, is(1L));
await().atMost(5, TimeUnit.SECONDS).until(qosHandler::getSuspendedRequestCount, is(1));

// Finish the first request, so that the second can be resumed.
callbacks.remove(0).succeeded();
Expand Down

0 comments on commit e560b77

Please sign in to comment.