Commit e228ee51 authored by Julien Muchembled's avatar Julien Muchembled

Fix setup of testLegacySimulationInvoice

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@38052 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1e1646ff
......@@ -51,7 +51,7 @@ def catalogObjectListWrapper(self, object_list, method_id_list=None,
portal.catalogged_object_path_dict[q.getPath()] = 1
transaction.commit()
class TestOrderMixin:
class TestOrderMixin(object):
default_quantity = 99
default_price = 555
......
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