remove this useless test for now, we'll add proper tests later
This commit is contained in:
parent
153dc8325d
commit
4a89c5a701
|
@ -1,7 +0,0 @@
|
|||
(ns clj-hl7-fhir.core-test
|
||||
(:require [clojure.test :refer :all]
|
||||
[clj-hl7-fhir.core :refer :all]))
|
||||
|
||||
(deftest a-test
|
||||
(testing "FIXME, I fail."
|
||||
(is (= 0 1))))
|
Reference in a new issue