Added test module for WEX exchange, added wex to testdata & fixed exchange test.

This commit is contained in:
Ryan O'Hara-Reid
2017-09-21 10:49:32 +10:00
parent 6975f411d4
commit 7333c16dc4
5 changed files with 190 additions and 118 deletions

View File

@@ -303,7 +303,7 @@ func TestGetExchangeFormatCurrencySeperator(t *testing.T) {
}
expected := true
actual := GetExchangeFormatCurrencySeperator("BTCE")
actual := GetExchangeFormatCurrencySeperator("WEX")
if expected != actual {
t.Errorf("Test failed - TestGetExchangeFormatCurrencySeperator expected %v != actual %v",