From 0ca846b2c5591c2f89d9c5baa83e101ce464e48b Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 14 Sep 2025 10:34:11 +0200 Subject: [PATCH] test: update test comment --- tests/strategy/test_strategy_helpers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/strategy/test_strategy_helpers.py b/tests/strategy/test_strategy_helpers.py index e5486f8ae..c3ee01c19 100644 --- a/tests/strategy/test_strategy_helpers.py +++ b/tests/strategy/test_strategy_helpers.py @@ -34,7 +34,8 @@ def test_merge_informative_pair(): assert "volume_1h" in result.columns assert result["volume"].equals(data["volume"]) - # First 3 rows are empty + # First 3 rows are empty. + # Pre-fillup doesn't happen as there is no prior candlw in the informative dataframe assert result.iloc[0]["date_1h"] is pd.NaT assert result.iloc[1]["date_1h"] is pd.NaT assert result.iloc[2]["date_1h"] is pd.NaT