diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-02 10:31:22 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-02 10:31:22 +0900 |
| commit | 3618aecc4cfe06cb07abf73670385e8f97606468 (patch) | |
| tree | 3896a385bb3235251d8fc63ec353f696737a9980 /services/portfolio-manager/tests/test_snapshot.py | |
| parent | 53cadcf7e34f05f77082e84f0696b56bcbcbae36 (diff) | |
refactor: purge all remaining crypto/Binance references
- Replace BTCUSDT/SOLUSDT/ETHUSDT with AAPL/MSFT in all test files
- Update backtester default symbol to AAPL
- Update strategy-engine default symbols to US stocks
- Update project description and CLI help text
- Remove empty superpowers docs directory
- Zero crypto references remaining in codebase
Diffstat (limited to 'services/portfolio-manager/tests/test_snapshot.py')
| -rw-r--r-- | services/portfolio-manager/tests/test_snapshot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/portfolio-manager/tests/test_snapshot.py b/services/portfolio-manager/tests/test_snapshot.py index a464599..ec5e92d 100644 --- a/services/portfolio-manager/tests/test_snapshot.py +++ b/services/portfolio-manager/tests/test_snapshot.py @@ -13,7 +13,7 @@ class TestSaveSnapshot: from portfolio_manager.main import save_snapshot pos = Position( - symbol="BTCUSDT", + symbol="AAPL", quantity=Decimal("0.5"), avg_entry_price=Decimal("50000"), current_price=Decimal("52000"), |
