Skip to content

Commit

Permalink
Fix a broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
netsettler committed Jul 30, 2023
1 parent 12d6e5d commit d0dd192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_qa_checkers.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ def test_contribution_checker():
with io.open(contributions_cache_file, 'w') as fp:
cache_data = {
"forked_at": "2015-01-01T12:34:56-05:00",
"excluded_fork": None,
"pre_fork_contributors_by_name": None,
"contributors_by_name": {
"John Smith": {
Expand Down

0 comments on commit d0dd192

Please sign in to comment.