diff --git a/gracehttp/http_test.go b/gracehttp/http_test.go index efecdcc..439a133 100644 --- a/gracehttp/http_test.go +++ b/gracehttp/http_test.go @@ -256,8 +256,8 @@ func TestComplex(t *testing.T) { h.Restart() debug("Send Request 3") h.SendRequest() - debug("Waiting") - h.Wait() debug("Stopping") h.Stop() + debug("Waiting") + h.Wait() }