mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Fix test to use GDAX config from testdata (#117)
This commit is contained in:
committed by
Adrian Gallagher
parent
8bcfbc33c1
commit
33398316ef
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user