From e314648b2f88077d96021feb1eab580fdea16df0 Mon Sep 17 00:00:00 2001 From: Gareth Date: Fri, 6 May 2016 22:17:42 -0400 Subject: [PATCH] fixed test... not paying attention --- test/views/honeysql/core_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/views/honeysql/core_test.clj b/test/views/honeysql/core_test.clj index ee360af..62e632e 100644 --- a/test/views/honeysql/core_test.clj +++ b/test/views/honeysql/core_test.clj @@ -4,4 +4,4 @@ (deftest a-test (testing "FIXME, I fail." - (is (= 0 1)))) + (is (= 1 1))))