Increase config test coverage

This commit is contained in:
Adrian Gallagher
2019-09-13 16:53:41 +10:00
parent 7f576d0d4f
commit 870fd6f4f3
4 changed files with 129 additions and 8 deletions

View File

@@ -35,4 +35,7 @@ var (
// SupportedDrivers slice of supported database driver types
SupportedDrivers = []string{"sqlite", "postgres"}
// DefaultSQLiteDatabase is the default sqlite database name to use
DefaultSQLiteDatabase = "gocryptotrader.db"
)