Skip to content

Commit 6497cd3

Browse files
committed
Fix fussiness introduced by .coveragerc change.
1 parent 84e181e commit 6497cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcloud/storage/test_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ def test__get_expiration_seconds_w_int(self):
614614
def test__get_expiration_seconds_w_long(self):
615615
try:
616616
long
617-
except NameError: #pragma NO COVER Py3K
617+
except NameError: #pragma: NO COVER Py3K
618618
pass
619619
else:
620620
self.assertEqual(self._callFUT(long(123)), 123)

0 commit comments

Comments
 (0)