diff --git a/product/ERP5/tests/testAccounting_l10n_fr_m9.py b/product/ERP5/tests/testAccounting_l10n_fr_m9.py index b35ab18cb41737bd8f1deaaa93f1d008a4b9a960..426f4108cf7bf7958abf39ecf2035de9101270d4 100644 --- a/product/ERP5/tests/testAccounting_l10n_fr_m9.py +++ b/product/ERP5/tests/testAccounting_l10n_fr_m9.py @@ -229,13 +229,13 @@ class TestAccounting_l10n_M9(ERP5TypeTestCase): account = self._getAccount('4718', gap='fr/m9/4/47/471/4718', ) self.assertEquals(1, len(account.checkConsistency(fixit=1))) - self.assertEquals('asset/receivable', account.getAccountType()) + self.assertEquals('liability/payable', account.getAccountType()) def test_AccountTypeConstaintFixFor4721(self): account = self._getAccount('4721', gap='fr/m9/4/47/472/4721', ) self.assertEquals(1, len(account.checkConsistency(fixit=1))) - self.assertEquals('liability/payable', account.getAccountType()) + self.assertEquals('asset/receivable', account.getAccountType()) def test_AccountTypeConstaintFixFor4731(self): account = self._getAccount('4731',