diff options
Diffstat (limited to 'test/cljcc/cljcc_test.clj')
| -rw-r--r-- | test/cljcc/cljcc_test.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cljcc/cljcc_test.clj b/test/cljcc/cljcc_test.clj index 0b9ee10..e0add38 100644 --- a/test/cljcc/cljcc_test.clj +++ b/test/cljcc/cljcc_test.clj @@ -4,4 +4,4 @@ (deftest a-test (testing "FIXME, I fail." - (is (= 0 1)))) + (is (= 1 1)))) |
