Skip to content

Commit

Permalink
Fix #226 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbley committed Mar 12, 2020
1 parent f30f5f0 commit 1e1f3b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class TestServlet3 {
def context = req.startAsync()
context.start {
try {
phaser.arrive()
phaser.arriveAndAwaitAdvance()
HttpServerTest.controller(endpoint) {
resp.contentType = "text/plain"
switch (endpoint) {
Expand Down

0 comments on commit 1e1f3b5

Please sign in to comment.