diff --git a/.gitignore b/.gitignore index ae9883c7..c3baa137 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ testdata/writefiletest vendor/ # Binaries for programs and plugins +gocryptotrader *.exe *.exe~ *.dll diff --git a/exchanges/huobi/huobi_test.go b/exchanges/huobi/huobi_test.go index e53fcd3d..2e5ac68d 100644 --- a/exchanges/huobi/huobi_test.go +++ b/exchanges/huobi/huobi_test.go @@ -21,7 +21,7 @@ const ( apiKey = "" apiSecret = "" canManipulateRealOrders = false - testSymbol = "btcusdt" + testSymbol = "btcusdt" ) var h HUOBI diff --git a/exchanges/huobihadax/huobihadax_test.go b/exchanges/huobihadax/huobihadax_test.go index bd4dad0e..1e3cacb8 100644 --- a/exchanges/huobihadax/huobihadax_test.go +++ b/exchanges/huobihadax/huobihadax_test.go @@ -17,7 +17,7 @@ const ( apiKey = "" apiSecret = "" canManipulateRealOrders = false - testSymbol = "btcusdt" + testSymbol = "btcusdt" ) var h HUOBIHADAX