Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Fields committed Aug 19, 2012
1 parent 82bfb9c commit dd75b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojure/expectations.clj
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@

(defn ->expectations [namespaces]
(println (str namespaces))
(->> namespaces (mapcat ->expectation)))
(mapcat ->expectation namespaces))

(defn ->focused-expectations [expectations]
(->> expectations (filter (comp :focused meta)) seq))
Expand Down

0 comments on commit dd75b65

Please sign in to comment.