Commit 27be1b69 authored by Aurel's avatar Aurel

fix typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10075 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cb321c5b
......@@ -182,7 +182,7 @@ class TestERP5BankingCashIncident(TestERP5BankingMixin, ERP5TypeTestCase):
# execute tic
self.stepTic()
# set source reference
self.setDocumentSourceReference(self.account_incident)
self.setDocumentSourceReference(self.cash_incident)
# check source reference
self.assertNotEqual(self.cash_incident.getSourceReference(), '')
self.assertNotEqual(self.cash_incident.getSourceReference(), None)
......
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