summaryrefslogtreecommitdiff
path: root/tests/integration/test_portfolio_tracking_flow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/test_portfolio_tracking_flow.py')
-rw-r--r--tests/integration/test_portfolio_tracking_flow.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/integration/test_portfolio_tracking_flow.py b/tests/integration/test_portfolio_tracking_flow.py
index b20275a..d91a265 100644
--- a/tests/integration/test_portfolio_tracking_flow.py
+++ b/tests/integration/test_portfolio_tracking_flow.py
@@ -9,9 +9,10 @@ sys.path.insert(
from decimal import Decimal
-from shared.models import Order, OrderSide, OrderType, OrderStatus
from portfolio_manager.portfolio import PortfolioTracker
+from shared.models import Order, OrderSide, OrderStatus, OrderType
+
def test_portfolio_tracks_buy_sell_cycle():
"""Buy then sell should update position and reset on full sell."""