Merge "Fix typo in comment"

This commit is contained in:
Zuul 2018-07-11 15:31:00 +00:00 committed by Gerrit Code Review
commit 71057b5b43
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class DFAppTestBase(tests_base.BaseTestCase):
execute_mock = execute.start()
self.addCleanup(execute.stop)
# CLear old objects from cache
# Clear old objects from cache
db_store.get_instance().clear()
self.nb_api = api_nb.NbApi.get_instance()