Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a158ceb commit 30cf08eCopy full SHA for 30cf08e
1 file changed
dev/test/walkable/integration_test/mysql_test.clj
@@ -11,7 +11,7 @@
11
12
(defn setup [f]
13
(duct/load-hierarchy)
14
- (let [system (-> (duct/read-config (io/resource "config-postgres.edn"))
+ (let [system (-> (duct/read-config (io/resource "config-mysql.edn"))
15
(duct/prep-config)
16
(ig/init))]
17
(binding [*db* (-> system (ig/find-derived-1 :duct.database/sql) val :spec)]
0 commit comments