Skip to content

Commit f303348

Browse files
committed
.
1 parent bb4df64 commit f303348

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

l10n_es_verifactu_oca/tests/test_10n_es_verifactu.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def test_verifactu_export_invoice_data(self):
185185
name, inv_type, lines, extra_vals
186186
)
187187

188-
def test_verifactu_with_exemption_cause_invoice_data(self):
188+
def test_verifactu_with_fpos_exemption_cause_invoice_data(self):
189189
# set exemption cause on fpos and test
190190
self.fp_extra.verifactu_exemption_cause = "E5"
191191
mapping = [
@@ -204,10 +204,10 @@ def test_verifactu_with_exemption_cause_invoice_data(self):
204204
self._create_and_test_invoice_verifactu_dict(
205205
name, inv_type, lines, extra_vals
206206
)
207-
# set exemption cause on fpos to false
208-
# set exemption cause on product and test again
207+
208+
def test_verifactu_with_product_exemption_cause_invoice_data(self):
209+
# set exemption cause on product and test
209210
self.product.verifactu_exemption_cause = "E3"
210-
# the result should be the same as before
211211
mapping_2 = [
212212
(
213213
"TEST_EXEMPT_002",

0 commit comments

Comments
 (0)