Merge "Fix a typo"

This commit is contained in:
Jenkins 2016-10-12 11:24:45 +00:00 committed by Gerrit Code Review
commit 2b242a851f
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class TestCase(BaseTestCase):
cls.manager = cls.manager_class()
for attr_name in cls.manager.client_attr_names:
# Ensure that pre-existing class attributes won't be
# accidentally overriden.
# accidentally overridden.
assert not hasattr(cls, attr_name)
client = getattr(cls.manager, attr_name)
setattr(cls, attr_name, client)