8000 Update create_review_comment unit test · krishvarag/github3.py@288297f · GitHub
[go: up one dir, main page]

Skip to content 65F0

Commit 288297f

Browse files
committed
Update create_review_comment unit test
1 parent dcdf060 commit 288297f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_pulls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test_create_review_comment(self):
4444
'body': 'body',
4545
'commit_id': 'sha',
4646
'path': 'path',
47-
'position': '6'
47+
'position': 6
4848
}
4949
)
5050

0 commit comments

Comments
 (0)
0