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:
@@ -49,7 +49,7 @@ class PullRequestComment(Framework.TestCase):
|
||||
self.assertEqual(self.comment.html_url, "https://github.com/jacquev6/PyGithub/pull/170#issuecomment-18637907")
|
||||
|
||||
# test __repr__() based on this attributes
|
||||
self.assertEqual(self.comment.__repr__(), 'PullRequestComment(id=886298, user=NamedUser(login="jacquev6"))')
|
||||
self.assertEqual(self.comment.__repr__(), 'PullRequestComment(user=NamedUser(login="jacquev6"), id=886298)')
|
||||
|
||||
|
||||
def testEdit(self):
|
||||
|
||||
Reference in New Issue
Block a user