test: update tests with new fields

This commit is contained in:
Matthias
2025-11-22 13:48:57 +01:00
parent 60309b9e57
commit 916d8324cb
3 changed files with 7 additions and 1 deletions
+4
View File
@@ -1479,6 +1479,8 @@ def test_to_json(fee):
"contract_size": 1,
"orders": [],
"has_open_orders": False,
"nr_of_successful_entries": 0,
"nr_of_successful_exits": 0,
}
# Simulate dry_run entries
@@ -1570,6 +1572,8 @@ def test_to_json(fee):
"contract_size": 1,
"orders": [],
"has_open_orders": False,
"nr_of_successful_entries": 0,
"nr_of_successful_exits": 0,
}