This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
clj-hl7-fhir/test/clj_hl7_fhir/core_test.clj
2014-07-04 09:04:45 -04:00

8 lines
176 B
Clojure

(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))))