Update tests, config files and README.md

This commit is contained in:
Adrian Gallagher
2018-02-03 15:18:12 +11:00
parent 96bedcf4fb
commit fca7e5e59a
5 changed files with 21 additions and 16 deletions

View File

@@ -89,7 +89,7 @@ func TestGetEnabledExchanges(t *testing.T) {
}
exchanges := cfg.GetEnabledExchanges()
if len(exchanges) != 22 {
if len(exchanges) != 23 {
t.Error(
"Test failed. TestGetEnabledExchanges. Enabled exchanges value mismatch",
)
@@ -141,7 +141,7 @@ func TestGetDisabledExchanges(t *testing.T) {
}
func TestCountEnabledExchanges(t *testing.T) {
defaultEnabledExchanges := 22
defaultEnabledExchanges := 23
GetConfigEnabledExchanges := GetConfig()
err := GetConfigEnabledExchanges.LoadConfig(ConfigTestFile)
if err != nil {