diff --git a/test_contributor_stats.py b/test_contributor_stats.py index 69ce9ce..9686337 100644 --- a/test_contributor_stats.py +++ b/test_contributor_stats.py @@ -159,8 +159,6 @@ def test_is_new_contributor_false(self): self.assertFalse(result) - -class TestSponsorInfo(unittest.TestCase): @patch("requests.post") def test_fetch_sponsor_info(self, mock_post): # Mock response data