Fixed so that the dummy test passes. Obviously, it would have been better

to write real tests...
This commit is contained in:
Simon Brooke 2014-07-07 19:35:46 +01:00
parent 1682050fbd
commit 1c0f6079d9
4 changed files with 90 additions and 22 deletions

View file

@ -4,4 +4,4 @@
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))
(is (= 0 0))))