From 089ec1828c39910c4ba5d82758a890ae7a3a10ff Mon Sep 17 00:00:00 2001 From: ricardojdsilva87 Date: Tue, 29 Oct 2024 09:34:19 +0000 Subject: [PATCH] fix: remove class from tests --- test_contributor_stats.py | 2 -- 1 file changed, 2 deletions(-) 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