Add test for new /status telegram message

This commit is contained in:
Matthias
2022-02-03 19:41:45 +01:00
parent 29879bb415
commit 1e6362debf
5 changed files with 53 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ def mock_order_1():
'side': 'buy',
'type': 'limit',
'price': 0.123,
'average': 0.123,
'amount': 123.0,
'filled': 123.0,
'remaining': 0.0,