Browse Source

Update test_module_parent_dependencies.py

[FIX] bad copy/past in description of the function in test file.
pull/8/head
Sylvain LE GAL 10 years ago
parent
commit
2109e2a113
  1. 2
      module_parent_dependencies/tests/test_module_parent_dependencies.py

2
module_parent_dependencies/tests/test_module_parent_dependencies.py

@ -24,7 +24,7 @@ from openerp.tests.common import TransactionCase
class TestmoduleParentDependencies(TransactionCase):
"""Tests for 'DataBase Integrity' Module"""
"""Tests for 'Parent Dependencies module' Module"""
def setUp(self):
super(TestmoduleParentDependencies, self).setUp()

Loading…
Cancel
Save