mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-07 23:16:53 +00:00
Various fixes
This commit is contained in:
@@ -69,7 +69,7 @@ func TestSetAPIKeys(t *testing.T) {
|
||||
|
||||
func TestUpdateAvailableCurrencies(t *testing.T) {
|
||||
cfg := config.GetConfig()
|
||||
err := cfg.LoadConfig("../testdata/configtest.dat")
|
||||
err := cfg.LoadConfig(config.CONFIG_TEST_FILE)
|
||||
if err != nil {
|
||||
t.Log("SOMETHING DONE HAPPENED!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user