From 06bdf0f3abeab98d7713d389ae3a2c933317d701 Mon Sep 17 00:00:00 2001 From: Asko Nomm Date: Wed, 6 Apr 2022 20:05:50 +0200 Subject: Test code block --- test/clarktown/core_test.clj | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'test/clarktown/core_test.clj') diff --git a/test/clarktown/core_test.clj b/test/clarktown/core_test.clj index 8425a76..da252c7 100644 --- a/test/clarktown/core_test.clj +++ b/test/clarktown/core_test.clj @@ -1,7 +1,4 @@ (ns clarktown.core-test - (:require [clojure.test :refer :all] - [clarktown.core :refer :all])) - -(deftest a-test - (testing "FIXME, I fail." - (is (= 0 1)))) + (:require + [clojure.test :refer :all] + [clarktown.core :refer :all])) \ No newline at end of file -- cgit v1.2.3