mirror of
https://github.com/richardharrington/robotwar.git
synced 2024-10-31 20:09:53 +00:00
8 lines
174 B
Clojure
8 lines
174 B
Clojure
(ns hs-robotwar.core-test
|
|
(:require [clojure.test :refer :all]
|
|
[hs-robotwar.core :refer :all]))
|
|
|
|
(deftest a-test
|
|
(testing "FIXME, I fail."
|
|
(is (= 0 1))))
|