fixes issues with a neverending search. Also fixes client saving to match normal test.
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
|
||||
(defn wrap-setup
|
||||
[f]
|
||||
(require 'datomic.dev-local)
|
||||
(with-redefs [auto-ap.datomic/client (dc/client {:server-type :dev-local
|
||||
:system "dev"})]
|
||||
:system "test"})]
|
||||
(dc/create-database client {:db-name "test"})
|
||||
(with-redefs [auto-ap.datomic/conn (dc/connect client {:db-name "test"})]
|
||||
(transact-schema conn)
|
||||
|
||||
Reference in New Issue
Block a user