Fix typo in test comment

Fix typo in test comment, which was referring to an async client
as a sync client.
This commit is contained in:
Preben Ingvaldsen 2014-07-14 13:45:43 -07:00
parent 3a3e60109d
commit f3f3c5b6af

View file

@ -43,7 +43,7 @@
(testutils/with-app-with-config app
[jetty9/jetty9-service test-web-service]
{:webserver {:port 10000}}
(testing "java sync client"
(testing "java async client"
(let [options (RequestOptions. "http://localhost:10000/hello/")
response (AsyncHttpClient/head options)]
(is (= 200 (.getStatus (.deref response))))