diff --git a/test/honey/sql/helpers_test.cljc b/test/honey/sql/helpers_test.cljc index c32cdd8..f6c7303 100644 --- a/test/honey/sql/helpers_test.cljc +++ b/test/honey/sql/helpers_test.cljc @@ -887,3 +887,8 @@ {:with [[:a]], :insert-into [[:quux [:x :y]] {:select [:id], :from [:table]}]})))) + +(deftest issue-431 + (testing "where false should not be ignored" + (is (= {:where false} + (where false)))))