Comment out the boilerplate test in core-test

We should remove that, and maybe the whole file, but for now I'll just comment it out.
This commit is contained in:
Nic McPhee 2020-12-21 16:39:48 -06:00
parent 91df21dba5
commit 75de8e5be5

View File

@ -2,6 +2,6 @@
(:require [clojure.test :refer :all]
[propeller.core :refer :all]))
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))
;; (deftest a-test
;; (testing "FIXME, I fail."
;; (is (= 0 1))))