Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Aug 5, 2015
1 parent 437b622 commit 3a1ca9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/test-integration/immutant/web/integ_test.clj
Expand Up @@ -676,7 +676,7 @@
:on-close (fn [_ reason]
(deliver @client-state :closed)))))]
(replace-handler handler)
(let [:keys [body status] (get-response (cdef-url))]
(let [{:keys [body status]} (get-response (cdef-url))]
(is (= 200 status))
(is (= [0 1 2 3] (read-string body))))
(is (= :closed (read-string (get-body (str (cdef-url) "state")))))))
Expand Down

0 comments on commit 3a1ca9f

Please sign in to comment.