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 b85e1e8 commit 1c35984Copy full SHA for 1c35984
test/clojure/core_test/partial.cljc
@@ -4,7 +4,7 @@
4
(defn test-fn [& args]
5
(into [] args))
6
7
-(t/deftest test-partial []
+(t/deftest test-partial
8
(let [simple-use (partial inc 2)]
9
(t/is (= 3 (simple-use))))
10
(let [lazily-evaluated (partial inc 2 3)]
0 commit comments