We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c402f9 + 9478392 commit 273370cCopy full SHA for 273370c
test-resources/m.txt
@@ -0,0 +1,4 @@
1
+this
2
+is
3
+some
4
+file.
test/aleph/http/clj_http/client_test.clj
@@ -155,8 +155,8 @@
155
:content (clojure.java.io/file
156
"test-resources/m.txt")}]}
157
resp
158
- exception
159
- )]
+ exception)]
+
160
(is (= 200 (:status @resp)))
161
(is (not (realized? exception)))
162
#_(when (realized? exception) (prn @exception)))
0 commit comments