Skip to content

Commit 1667947

Browse files
committed
fix: fixing tests.
1 parent cf63246 commit 1667947

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_bullish.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,3 @@ def test_ticker_mood_instantiation(bullish_db: BullishDb) -> None:
102102
def test_read_dates(bullish_db: BullishDb) -> None:
103103
dates = bullish_db.read_dates(symbol="AAPL")
104104
assert len(dates) > 0
105-

0 commit comments

Comments
 (0)