Skip to content

Commit

Permalink
amending test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpien committed Sep 2, 2024
1 parent 0e653c9 commit 3abef18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ticker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ def test_fetch_and_parse(self):
with self.assertRaises(YFDataException):
ticker = yf.Ticker("AAPL", session=self.session) # stock, not funds
ticker.funds_data._fetch_and_parse()
self.fail(f"_fetch_and_parse should have failed when calling for non-funds data")
self.fail("_fetch_and_parse should have failed when calling for non-funds data")

def test_description(self):
for ticker in self.test_tickers:
Expand Down

0 comments on commit 3abef18

Please sign in to comment.