Fix couple more usdt tests which failed due to ticker prices causing roi being hit, but tests did not expect that to happen.
This commit is contained in:
parent
8961370269
commit
c820db4c60
@ -442,7 +442,7 @@ def ticker_sell_down():
|
||||
def ticker_usdt():
|
||||
return MagicMock(return_value={
|
||||
'bid': 2.0,
|
||||
'ask': 2.1,
|
||||
'ask': 2.02,
|
||||
'last': 2.0,
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user