Merge "fix a typo in test_app_base.py"

This commit is contained in:
Zuul 2018-07-25 08:49:24 +00:00 committed by Gerrit Code Review
commit c5fc7722ab

View File

@ -123,7 +123,7 @@ class DFAppTestBase(tests_base.BaseTestCase):
def get_layout(self):
"""
This method should be overriden by test classes to provide the
This method should be overridden by test classes to provide the
minimal layout needed for the tests. For most unit tests of
applications, the layout would include the classification and the
application under test.