mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-18 15:10:03 +00:00
Bugfix: OKCoin/OKEX SetRealOrderDefaults
This commit is contained in:
@@ -39,7 +39,7 @@ func TestSetDefaults(t *testing.T) {
|
||||
// TestSetRealOrderDefaults Sets test defaults when test can impact real money/orders
|
||||
func TestSetRealOrderDefaults(t *testing.T) {
|
||||
TestSetDefaults(t)
|
||||
if areTestAPIKeysSet() || !canManipulateRealOrders {
|
||||
if !areTestAPIKeysSet() || !canManipulateRealOrders {
|
||||
t.Skip("Ensure canManipulateRealOrders is true and your API keys are set")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ func TestSetDefaults(t *testing.T) {
|
||||
// TestSetRealOrderDefaults Sets test defaults when test can impact real money/orders
|
||||
func TestSetRealOrderDefaults(t *testing.T) {
|
||||
TestSetDefaults(t)
|
||||
if areTestAPIKeysSet() || !canManipulateRealOrders {
|
||||
if !areTestAPIKeysSet() || !canManipulateRealOrders {
|
||||
t.Skip("Ensure canManipulateRealOrders is true and your API keys are set")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user