Skip to content

Commit

Permalink
Merge pull request #3882 from hugovk/revert-pyroma-workaround
Browse files Browse the repository at this point in the history
Tighten fixed pyroma test
  • Loading branch information
hugovk authored Jun 4, 2019
2 parents 593217f + 23d4e6f commit 14766f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/test_pyroma.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ def test_pyroma(self):
)

else:
# Should have a near-perfect score
self.assertEqual(rating, (9, ["Your package does not have license data."]))
# Should have a perfect score
self.assertEqual(rating, (10, []))

0 comments on commit 14766f5

Please sign in to comment.