Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c6b088

Browse files
authored
Updates for pycodestyle. (#2973)
1 parent c97228c commit 4c6b088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-core/unit_tests/test_exceptions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_ctor_explicit(self):
4040
'locationType': 'testing',
4141
'message': 'Testing',
4242
'reason': 'test',
43-
}
43+
}
4444
e = self._make_one('Testing', [ERROR])
4545
e.code = 600
4646
self.assertEqual(str(e), '600 Testing')
@@ -115,7 +115,7 @@ def test_miss_w_content_as_dict(self):
115115
'locationType': 'testing',
116116
'message': 'Testing',
117117
'reason': 'test',
118-
}
118+
}
119119
response = _Response(600)
120120
content = {"error": {"message": "Unknown Error", "errors": [ERROR]}}
121121
exception = self._call_fut(response, content)

0 commit comments

Comments
 (0)