mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
Tighten fixed pyroma test
This commit is contained in:
parent
593217f897
commit
23d4e6f4c4
|
@ -26,5 +26,5 @@ class TestPyroma(PillowTestCase):
|
||||||
)
|
)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
# Should have a near-perfect score
|
# Should have a perfect score
|
||||||
self.assertEqual(rating, (9, ["Your package does not have license data."]))
|
self.assertEqual(rating, (10, []))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user