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

Commit 6604f73

Browse files
chore: lint
1 parent 00d1a5c commit 6604f73

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
@@ -188,7 +188,7 @@ def test_when_repository_has_null_compared_to(self, mock_task_service):
188188
"pullId": my_pull.pullid,
189189
"updatestamp": "2021-02-02T00:00:00",
190190
"author": {"username": "test-pull-user"},
191-
"head": {"coverageAnalytics": { "totals": None }},
191+
"head": {"coverageAnalytics": {"totals": None}},
192192
"comparedTo": None,
193193
"compareWithBase": {
194194
"__typename": "MissingBaseCommit",
@@ -445,7 +445,7 @@ def test_with_complete_pull_request(self):
445445
"pullId": my_pull.pullid,
446446
"updatestamp": "2021-02-02T00:00:00",
447447
"author": {"username": "test-pull-user"},
448-
"head": {"coverageAnalytics": { "totals": {"coverage": 78.38}}},
448+
"head": {"coverageAnalytics": {"totals": {"coverage": 78.38}}},
449449
"comparedTo": {"commitid": "9asd78fa7as8d8fa97s8d7fgagsd8fa9asd8f77s"},
450450
"compareWithBase": {
451451
"__typename": "Comparison",

0 commit comments

Comments
 (0)