diff options
| author | Asko Nomm <asko@bien.ee> | 2022-04-06 20:05:50 +0200 |
|---|---|---|
| committer | Asko Nomm <asko@bien.ee> | 2022-04-06 20:05:50 +0200 |
| commit | 06bdf0f3abeab98d7713d389ae3a2c933317d701 (patch) | |
| tree | d95927ff8e5f78cea72ef93c2f25c99fe6e10a70 /test/clarktown/core_test.clj | |
| parent | cf7f5232f9e31981626135eb0977192ea5e67918 (diff) | |
Test code block
Diffstat (limited to 'test/clarktown/core_test.clj')
| -rw-r--r-- | test/clarktown/core_test.clj | 9 |
1 files changed, 3 insertions, 6 deletions
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 |
