summaryrefslogtreecommitdiff
path: root/tests/edge_cases/test_strategy_reset.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/edge_cases/test_strategy_reset.py')
-rw-r--r--tests/edge_cases/test_strategy_reset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/edge_cases/test_strategy_reset.py b/tests/edge_cases/test_strategy_reset.py
index f84adf0..6e9b956 100644
--- a/tests/edge_cases/test_strategy_reset.py
+++ b/tests/edge_cases/test_strategy_reset.py
@@ -26,7 +26,7 @@ def _make_candles(count: int, base_price: float = 100.0) -> list[Candle]:
price = base_price + (i % 10) - 5
candles.append(
Candle(
- symbol="BTCUSDT",
+ symbol="AAPL",
timeframe="1h",
open_time=datetime(2025, 1, 1, i % 24, tzinfo=timezone.utc),
open=Decimal(str(price)),