Skip to content

Commit

Permalink
get back the (comp not ::run) filter on vars
Browse files Browse the repository at this point in the history
  • Loading branch information
imikushin committed Feb 23, 2015
1 parent 63b94c7 commit 65f2228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljx/expectations.cljx
Expand Up @@ -317,7 +317,7 @@

(defn by-kind [vars]
(->> vars
;(filter (comp not ::run meta))
(filter (comp not ::run meta))
(filter (comp not nil? var-kind))
(group-by var-kind)))

Expand Down

0 comments on commit 65f2228

Please sign in to comment.