summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author0xNul <57599792+0xNul@users.noreply.github.com>2023-06-19 17:18:17 -0700
committer0xNul <57599792+0xNul@users.noreply.github.com>2023-06-19 18:16:44 -0700
commit33c18a89176dfff1d9f78eba1ad8a09fe5568880 (patch)
treeaf37535ae7d10342466124f2d1a86cc2025715d0 /test
parentbc1e4b592cabee6244a0b5b3321752a4ec87264b (diff)
inital release
Diffstat (limited to 'test')
-rw-r--r--test/votann/core_test.clj7
1 files changed, 7 insertions, 0 deletions
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))))