From bdb6c57bd432026c80f3a208709228545db63eac Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Thu, 2 Dec 2021 01:14:52 -0300 Subject: bump --- test/clarktown/core_test.clj | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/clarktown/core_test.clj (limited to 'test/clarktown') diff --git a/test/clarktown/core_test.clj b/test/clarktown/core_test.clj new file mode 100644 index 0000000..8425a76 --- /dev/null +++ b/test/clarktown/core_test.clj @@ -0,0 +1,7 @@ +(ns clarktown.core-test + (:require [clojure.test :refer :all] + [clarktown.core :refer :all])) + +(deftest a-test + (testing "FIXME, I fail." + (is (= 0 1)))) -- cgit v1.2.3