We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf63246 commit 1667947Copy full SHA for 1667947
tests/test_bullish.py
@@ -102,4 +102,3 @@ def test_ticker_mood_instantiation(bullish_db: BullishDb) -> None:
102
def test_read_dates(bullish_db: BullishDb) -> None:
103
dates = bullish_db.read_dates(symbol="AAPL")
104
assert len(dates) > 0
105
-
0 commit comments