We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c052ced commit 2f01c68Copy full SHA for 2f01c68
tests/app/test_strategy_interval_validation.py
@@ -147,7 +147,7 @@ def test_skips_data_sources_without_timeframe(self):
147
# 7. Error message is descriptive
148
# ------------------------------------------------------------------
149
def test_raises_with_descriptive_error_message(self):
150
- """Exception message should contain interval info AND timeframe info."""
+ """Exception message should mention interval and timeframe."""
151
with self.assertRaises(OperationalException) as cm:
152
_ConcreteStrategy(
153
time_unit=TimeUnit.MINUTE,
0 commit comments