Skip to content

Commit

Permalink
Remove old test for testing ticker earnings tz
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiche committed Aug 4, 2024
1 parent 38c2338 commit 6f76b37
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_ticker.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,6 @@ def test_earnings_dates_with_limit(self):
data_cached = ticker.get_earnings_dates(limit=limit)
self.assertIs(data, data_cached, "data not cached")

def test_earning_dates_have_tz(self):
ticker = yf.Ticker("LHA.DE")
data = ticker.get_earnings_dates()
self.assertEqual(data.index[0].tz.zone, "Europe/Berlin")


# Below will fail because not ported to Yahoo API

# def test_earnings_forecasts(self):
Expand Down

0 comments on commit 6f76b37

Please sign in to comment.