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:
parent
91df21dba5
commit
75de8e5be5
@ -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))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user