We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e671986 commit fee0d47Copy full SHA for fee0d47
1 file changed
bot/tests/test_reporter_github.py
@@ -97,12 +97,12 @@ def test_github_review(
97
{
98
"body": "dummy message",
99
"path": "another_test.cpp",
100
- "position": 42,
+ "line": 42,
101
},
102
103
"body": "This file is uncovered",
104
"path": "path/to/test.cpp",
105
- "position": 1,
+ "line": 1,
106
107
],
108
"commit_id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
0 commit comments