Skip to content

Commit

Permalink
Revert "[FIX] l10n_it_reverse_charge: disable one test (for now)"
Browse files Browse the repository at this point in the history
This reverts commit 0e2ade3.
  • Loading branch information
fredzamoabg committed May 2, 2022
1 parent d27d9e0 commit 2011de9
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions l10n_it_reverse_charge/tests/test_rc.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,22 +98,6 @@ def test_intra_EU_cancel_and_draft(self):
self.assertEqual(invoice.state, "draft")

def test_intra_EU_zero_total(self):

with self.assertRaises(UserError):
# this is defined in odoo.addons.account.tests.common.AccountTestInvoicingCommon
self.init_invoice(
"in_invoice",
partner=self.supplier_intraEU,
post=True,
amounts=[100, -100],
taxes=self.tax_22ai,
)

# disable the rest of the test as it depends on this NOT to fail
return

# TMP
# pylint: disable=W0101
invoice = self.create_invoice(
self.supplier_intraEU, [100, -100], taxes=self.tax_22ai
)
Expand Down

0 comments on commit 2011de9

Please sign in to comment.