Skip to content

Commit 2f01c68

Browse files
committed
fix: shorten docstring to pass flake8 line-length check
1 parent c052ced commit 2f01c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/app/test_strategy_interval_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_skips_data_sources_without_timeframe(self):
147147
# 7. Error message is descriptive
148148
# ------------------------------------------------------------------
149149
def test_raises_with_descriptive_error_message(self):
150-
"""Exception message should contain interval info AND timeframe info."""
150+
"""Exception message should mention interval and timeframe."""
151151
with self.assertRaises(OperationalException) as cm:
152152
_ConcreteStrategy(
153153
time_unit=TimeUnit.MINUTE,

0 commit comments

Comments
 (0)