Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 668207c

Browse files
chore: lint
1 parent d6d92a4 commit 668207c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql_api/tests/test_pull.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def test_when_repository_has_null_compared_to(self, mock_task_service):
192192
"pullId": my_pull.pullid,
193193
"updatestamp": "2021-02-02T00:00:00",
194194
"author": {"username": "test-pull-user"},
195-
"head": {"coverageAnalytics": { "totals": None }},
195+
"head": {"coverageAnalytics": {"totals": None}},
196196
"comparedTo": None,
197197
"compareWithBase": {
198198
"__typename": "MissingBaseCommit",
@@ -449,7 +449,7 @@ def test_with_complete_pull_request(self):
449449
"pullId": my_pull.pullid,
450450
"updatestamp": "2021-02-02T00:00:00",
451451
"author": {"username": "test-pull-user"},
452-
"head": {"coverageAnalytics": { "totals": {"coverage": 78.38}}},
452+
"head": {"coverageAnalytics": {"totals": {"coverage": 78.38}}},
453453
"comparedTo": {"commitid": "9asd78fa7as8d8fa97s8d7fgagsd8fa9asd8f77s"},
454454
"compareWithBase": {
455455
"__typename": "Comparison",

0 commit comments

Comments
 (0)