Skip to content

Commit 64e1483

Browse files
committed
Adjust pragmas to assume the tox cover environment.
1 parent 3cf7d03 commit 64e1483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcloud/test__helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_module_property(self):
5757
klass = self._getTargetClass()
5858
try:
5959
import pytz
60-
except ImportError: # pragma: NO COVER
60+
except ImportError:
6161
self.assertTrue(isinstance(MUT.UTC, klass))
6262
else:
6363
self.assertIs(MUT.UTC, pytz.UTC) # pragma: NO COVER

0 commit comments

Comments
 (0)