Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30cf08e

Browse files
committed
fix wrong mysql config file in test
1 parent a158ceb commit 30cf08e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/test/walkable/integration_test/mysql_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
(defn setup [f]
1313
(duct/load-hierarchy)
14-
(let [system (-> (duct/read-config (io/resource "config-postgres.edn"))
14+
(let [system (-> (duct/read-config (io/resource "config-mysql.edn"))
1515
(duct/prep-config)
1616
(ig/init))]
1717
(binding [*db* (-> system (ig/find-derived-1 :duct.database/sql) val :spec)]

0 commit comments

Comments
 (0)