Skip to content

Commit

Permalink
fix moar
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingerzam committed Oct 23, 2012
1 parent cd0f1fa commit 52b19cf
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 []) => [[]]
(powerset []) => [empty?]
(powerset [1 2 4]) => (just empty?
(just 4 :in-any-order)
(just 2 :in-any-order)
Expand Down

0 comments on commit 52b19cf

Please sign in to comment.