diff --git a/Tests/test_pyroma.py b/Tests/test_pyroma.py index 7c48c365f..69cf25b45 100644 --- a/Tests/test_pyroma.py +++ b/Tests/test_pyroma.py @@ -26,5 +26,5 @@ class TestPyroma(PillowTestCase): ) 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, []))