Skip to content

Commit

Permalink
fix empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingerzam committed Oct 23, 2012
1 parent 7eb44c5 commit cd0f1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recursion_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
midje.sweet))

(defn empty? [x]
(and (seq? x)
(and (sequential? x)
(clojure.core/empty? x)))

(facts "product"
Expand Down

0 comments on commit cd0f1fa

Please sign in to comment.