Skip to content

Commit

Permalink
fix: lint error,add docstring to test_fetch_sponsor_info test
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardojdsilva87 committed Oct 30, 2024
1 parent 089ec18 commit 80b8c21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_contributor_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ def test_is_new_contributor_false(self):

@patch("requests.post")
def test_fetch_sponsor_info(self, mock_post):
"""
Test the get_sponsor_information function.
"""
# Mock response data
mock_response = MagicMock()
mock_response.status_code = 200
Expand Down

0 comments on commit 80b8c21

Please sign in to comment.