more api testing

This commit is contained in:
Bryce Covert
2019-05-11 10:54:21 -07:00
parent 11bac9d025
commit 8ecfd4c6ad
2 changed files with 69 additions and 3 deletions

View File

@@ -137,7 +137,7 @@
}]
(println "Conforming database...")
(println (c/ensure-conforms conn norms-map))
(c/ensure-conforms conn norms-map)
(when (not (seq args))
(d/release conn))
(println "Done")))