mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-05-10 06:18:11 +00:00
tests: fix controller tests
This commit is contained in:
@@ -56,3 +56,7 @@ func (app *BootstrapApp) SetupDatabase() error {
|
||||
app.db = db
|
||||
return nil
|
||||
}
|
||||
|
||||
func (app *BootstrapApp) GetDB() *sql.DB {
|
||||
return app.db
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user