Fix test to use GDAX config from testdata (#117)

This commit is contained in:
Kavan McEachern
2018-04-30 03:14:16 -04:00
committed by Adrian Gallagher
parent 8bcfbc33c1
commit 33398316ef

View File

@@ -22,7 +22,7 @@ func TestSetDefaults(t *testing.T) {
func TestSetup(t *testing.T) {
cfg := config.GetConfig()
cfg.LoadConfig("../../testdata/configtest.json")
gdxConfig, err := cfg.GetExchangeConfig("Bitfinex")
gdxConfig, err := cfg.GetExchangeConfig("GDAX")
if err != nil {
t.Error("Test Failed - GDAX Setup() init error")
}