1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-02 20:28:38 -04:00

Add first test

This tests only querying security templates, and not very exhaustively,
but it's a test!
This commit is contained in:
2017-10-05 08:06:08 -04:00
parent ad0d9bf4af
commit e0ce1576cd
4 changed files with 102 additions and 7 deletions

View File

@ -72,7 +72,7 @@ func main() {
}
defer database.Close()
dbmap, err := db.GetDbMap(database, cfg)
dbmap, err := db.GetDbMap(database, cfg.MoneyGo.DBType)
if err != nil {
log.Fatal(err)
}