Skip to content

Commit fee0d47

Browse files
committed
Update tests
1 parent e671986 commit fee0d47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bot/tests/test_reporter_github.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ def test_github_review(
9797
{
9898
"body": "dummy message",
9999
"path": "another_test.cpp",
100-
"position": 42,
100+
"line": 42,
101101
},
102102
{
103103
"body": "This file is uncovered",
104104
"path": "path/to/test.cpp",
105-
"position": 1,
105+
"line": 1,
106106
},
107107
],
108108
"commit_id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",

0 commit comments

Comments
 (0)