Skip to content

Commit

Permalink
fix: remove class from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardojdsilva87 committed Oct 29, 2024
1 parent 7f806e2 commit 089ec18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test_contributor_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 089ec18

Please sign in to comment.