Skip to content

Commit

Permalink
Fix tests for powerset
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingerzam committed Oct 23, 2012
1 parent 5dc4de3 commit 88af506
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 []) => (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 88af506

Please sign in to comment.