From 33c18a89176dfff1d9f78eba1ad8a09fe5568880 Mon Sep 17 00:00:00 2001 From: 0xNul <57599792+0xNul@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:18:17 -0700 Subject: inital release --- test/votann/core_test.clj | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/votann/core_test.clj (limited to 'test') diff --git a/test/votann/core_test.clj b/test/votann/core_test.clj new file mode 100644 index 0000000..362530e --- /dev/null +++ b/test/votann/core_test.clj @@ -0,0 +1,7 @@ +(ns votann.core-test + (:require [clojure.test :refer :all] + [votann.core :refer :all])) + +(deftest a-test + (testing "FIXME, I fail." + (is (= 0 1)))) -- cgit v1.2.3