fixed warnings.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
(ns auto-ap.ledger-test
|
||||
(:require [auto-ap.datomic :refer [conn uri]]
|
||||
[auto-ap.datomic.migrate :as m]
|
||||
[auto-ap.ledger :as sut]
|
||||
[clojure.test :as t]
|
||||
[datomic.api :as d]))
|
||||
(:require
|
||||
[auto-ap.datomic :refer [uri]]
|
||||
[auto-ap.datomic.migrate :as m]
|
||||
[clojure.test :as t]
|
||||
[datomic.api :as d]))
|
||||
|
||||
(defn wrap-setup
|
||||
[f]
|
||||
|
||||
Reference in New Issue
Block a user