Fix various tests after test branch merge

This commit is contained in:
Adrian Gallagher
2017-08-28 13:06:00 +10:00
parent cf051cc8f8
commit 341302e91e
8 changed files with 125 additions and 55 deletions

View File

@@ -5,7 +5,7 @@ import (
)
func TestGetConfigEnabledExchanges(t *testing.T) {
defaultEnabledExchanges := 17
defaultEnabledExchanges := 18
GetConfigEnabledExchanges := GetConfig()
err := GetConfigEnabledExchanges.LoadConfig(ConfigTestFile)
if err != nil {