Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
test/choices/algo.clj: Fix test, as there are only 7 possible FIN*
Browse files Browse the repository at this point in the history
  • Loading branch information
bzg committed Jun 9, 2020
1 parent 1e59cd8 commit 442a9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/choices/algo.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 442a9f1

Please sign in to comment.