mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
sort params and make them work on py3
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user