Skip to content

Commit 273370c

Browse files
committed
Merge origin/feature/clj-http-parity into feature/clj-http-parity
2 parents 6c402f9 + 9478392 commit 273370c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

test-resources/m.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
this
2+
is
3+
some
4+
file.

test/aleph/http/clj_http/client_test.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@
155155
:content (clojure.java.io/file
156156
"test-resources/m.txt")}]}
157157
resp
158-
exception
159-
)]
158+
exception)]
159+
160160
(is (= 200 (:status @resp)))
161161
(is (not (realized? exception)))
162162
#_(when (realized? exception) (prn @exception)))

0 commit comments

Comments
 (0)