Commit 0b203cf5 authored by Aurel's avatar Aurel

fix class name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7569 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 44afbfd6
......@@ -47,7 +47,7 @@ if __name__ == '__main__':
class TestERP5MonetaryIssue(TestERP5BankingMixin, ERP5TypeTestCase):
class TestERP5BankingMonetaryIssue(TestERP5BankingMixin, ERP5TypeTestCase):
"""
This class is a unit test to check the module of Monetary Issue
......
......@@ -46,7 +46,7 @@ if __name__ == '__main__':
class TestERP5MonetaryReception(TestERP5BankingMixin, ERP5TypeTestCase):
class TestERP5BankingMonetaryReception(TestERP5BankingMixin, ERP5TypeTestCase):
"""
This class is a unit test to check the module of Cash Transfer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment