We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589ff25 commit 45b34b3Copy full SHA for 45b34b3
test/clj_http/test/headers.clj
@@ -64,7 +64,9 @@
64
(is (= "eggs" (m2 "ham")))
65
(is (= "nope" (get m2 "absent" "nope")))
66
(is (= "baz" (:foo (merge (header-map :foo "bar")
67
- {"Foo" "baz"}))))))
+ {"Foo" "baz"}))))
68
+ (let [m-with-meta (with-meta m {:withmeta-test true})]
69
+ (is (= (:withmeta-test (meta m-with-meta)) true)))))
70
71
(deftest test-empty
72
(testing "an empty header-map is a header-map"
0 commit comments