Skip to content

Commit

Permalink
[IMP] l10n_it_fatturapa_in: Update test condition
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickt-oforce committed Sep 11, 2023
1 parent 50795a8 commit c8a8665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_it_fatturapa_in/tests/test_import_fatturapa_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ def test_54_duplicated_partner(self):
with self.assertRaises(UserError) as ue:
self.run_wizard("VATG1", "IT03309970733_VATG1.xml")
exc_message = ue.exception.args[0]
self.assertIn("Two distinct partners", exc_message)
self.assertIn("Two or more distinct partners", exc_message)
self.assertIn("VAT number", exc_message)
for partner in partners:
self.assertIn(partner.name, exc_message)
Expand Down

0 comments on commit c8a8665

Please sign in to comment.