Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingerzam committed Oct 23, 2012
1 parent 88af506 commit 6bc03eb
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 @@ -164,7 +164,7 @@
:in-any-order))

(facts "powerset"
(powerset []) => (some-checker (just empty?) #{#{}}
(powerset []) => (some-checker (just empty?) #{#{}})
(powerset [1 2 4]) => (some-checker
(just empty?
(just 4 :in-any-order)
Expand Down

0 comments on commit 6bc03eb

Please sign in to comment.