mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
added config formatting and test code
This commit is contained in:
committed by
Adrian Gallagher
parent
06786ed9de
commit
4e6885410c
@@ -69,7 +69,7 @@ func TestSetAPIKeys(t *testing.T) {
|
||||
|
||||
func TestUpdateAvailableCurrencies(t *testing.T) {
|
||||
cfg := config.GetConfig()
|
||||
err := cfg.LoadConfig(config.CONFIG_TEST_FILE)
|
||||
err := cfg.LoadConfig(config.ConfigTestFile)
|
||||
if err != nil {
|
||||
t.Log("SOMETHING DONE HAPPENED!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user