From b90ae7486a08642b86bc654d37622656515e2756 Mon Sep 17 00:00:00 2001 From: Juhana Laurinharju Date: Tue, 23 Oct 2012 22:52:21 +0300 Subject: [PATCH] fix tests --- test/recursion_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/recursion_test.clj b/test/recursion_test.clj index 6375bd7..a20f279 100644 --- a/test/recursion_test.clj +++ b/test/recursion_test.clj @@ -164,7 +164,7 @@ :in-any-order)) (facts "powerset" - (powerset []) => (some-checker (just empty?) #{#{}}) + (powerset []) => (some-checker (just empty?) (just #{#{}})) (powerset [1 2 4]) => (some-checker (just empty? (just 4 :in-any-order)