Skip to content

Commit 88af506

Browse files
committed
Fix tests for powerset
1 parent 5dc4de3 commit 88af506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/recursion_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
:in-any-order))
165165

166166
(facts "powerset"
167-
(powerset []) => (just empty?)
167+
(powerset []) => (some-checker (just empty?) #{#{}}
168168
(powerset [1 2 4]) => (some-checker
169169
(just empty?
170170
(just 4 :in-any-order)

0 commit comments

Comments
 (0)