From 442a9f1fedf654794e900847d778ccd3d7330b7f Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 9 Jun 2020 13:26:32 +0200 Subject: [PATCH] test/choices/algo.clj: Fix test, as there are only 7 possible FIN* --- test/choices/algo.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/choices/algo.clj b/test/choices/algo.clj index b05a204..6d876f3 100644 --- a/test/choices/algo.clj +++ b/test/choices/algo.clj @@ -173,7 +173,7 @@ (deftest all-conclusions-are-reached? (testing "Is each conclusion reached at least once?" - (is (= (count (distinct (map :msg all-results))) 8)))) + (is (= (count (distinct (map :msg all-results))) 7)))) (defn -main [& [arg]] (let [samples (gen/sample