fix a typo in test_app_base.py

Change-Id: I4a8a31d3b5d7f315474f292e581bca5f074afa14
This commit is contained in:
caoxufeng 2018-07-24 11:00:57 +08:00
parent 7d9ebea601
commit 10ae51268d
1 changed files with 1 additions and 1 deletions

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.