Skip to content

Commit

Permalink
Revert disabling earnings test
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiche committed Jan 9, 2024
1 parent ac8a917 commit 4c34487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ticker.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ def test_complementary_info(self):
def suite():
suite = unittest.TestSuite()
suite.addTest(TestTicker('Test ticker'))
#suite.addTest(TestTickerEarnings('Test earnings'))
suite.addTest(TestTickerEarnings('Test earnings'))
suite.addTest(TestTickerHolders('Test holders'))
suite.addTest(TestTickerHistory('Test Ticker history'))
suite.addTest(TestTickerMiscFinancials('Test misc financials'))
Expand Down

0 comments on commit 4c34487

Please sign in to comment.