Update failing test

This commit is contained in:
Matthias
2022-02-20 14:27:26 +01:00
parent db540dc990
commit dc7bcf5dda
4 changed files with 8 additions and 4 deletions

View File

@@ -187,7 +187,6 @@ class Order(_DECL_BASE):
if (order.get('filled', 0.0) or 0.0) > 0:
self.order_filled_date = datetime.now(timezone.utc)
self.order_update_date = datetime.now(timezone.utc)
return self
def to_json(self) -> Dict[str, Any]:
return {