Update test_rpc.py

This commit is contained in:
Gert Wohlgemuth 2018-05-06 12:33:12 -07:00 committed by GitHub
parent 4bd088ee3a
commit 24b3a51546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ def test_rpc_trade_status(default_conf, ticker, mocker) -> None:
'*Close Rate:* `None`\n' '*Close Rate:* `None`\n'
'*Current Rate:* `0.00001098`\n' '*Current Rate:* `0.00001098`\n'
'*Close Profit:* `None`\n' '*Close Profit:* `None`\n'
'*Stake Value:* `0.000999`\n' '*Stake Value:* `0.00099999`\n'
'*Current Profit:* `-0.59%`\n' '*Current Profit:* `-0.59%`\n'
'*Open Order:* `(LIMIT_BUY rem=0.00000000)`' '*Open Order:* `(LIMIT_BUY rem=0.00000000)`'
] ]