updated test

Co-Authored-By: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com>
This commit is contained in:
Kavinkumar
2022-03-06 18:00:58 +05:30
parent 498aa9c8be
commit 0fceeba9bf
2 changed files with 3 additions and 1 deletions

View File

@@ -879,6 +879,7 @@ def test_to_json(default_conf, fee):
'stake_amount': 0.001,
'trade_duration': None,
'trade_duration_s': None,
'realized_profit': 0.0,
'close_profit': None,
'close_profit_pct': None,
'close_profit_abs': None,
@@ -945,6 +946,7 @@ def test_to_json(default_conf, fee):
'initial_stop_loss_abs': None,
'initial_stop_loss_pct': None,
'initial_stop_loss_ratio': None,
'realized_profit': 0.0,
'close_profit': None,
'close_profit_pct': None,
'close_profit_abs': None,