Commit eea9074c authored by Fabien Morin's avatar Fabien Morin

correct a variable name mistake


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18334 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e5b57fd7
......@@ -1002,8 +1002,8 @@ class TestPayroll(TestPayrollMixin):
self.assertEqual(paysheet.getSpecialiseValue(), model_employee)
# get a list of all this subObjects:
sub_oject_list = paysheet.getSubObjectValueList(portal_type_list)
self.assertEqual(len(sub_oject_list), 11)
sub_object_list = paysheet.getSubObjectValueList(portal_type_list)
self.assertEqual(len(sub_object_list), 11)
import unittest
......
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