sort params and make them work on py3

This commit is contained in:
Jannis Gebauer
2016-09-08 10:46:06 +02:00
parent 8571d87c77
commit 78374b9d5e
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class UserKey(Framework.TestCase):
self.assertTrue(self.key.verified)
# test __repr__() based on this attributes
self.assertEqual(self.key.__repr__(), 'UserKey(id=2626650, title="Key added through PyGithub")')
self.assertEqual(self.key.__repr__(), 'UserKey(title="Key added through PyGithub", id=2626650)')
def testEditWithoutArguments(self):
self.key.edit()