From 75de8e5be5d4bf380dcf7b5d5f66ca7425b6393d Mon Sep 17 00:00:00 2001 From: Nic McPhee Date: Mon, 21 Dec 2020 16:39:48 -0600 Subject: [PATCH] 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. --- test/propeller/core_test.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/propeller/core_test.clj b/test/propeller/core_test.clj index b11c171..1e0f1eb 100644 --- a/test/propeller/core_test.clj +++ b/test/propeller/core_test.clj @@ -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))))