Skip to content

Commit

Permalink
[FIX] Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SMaciasOSI committed Jan 3, 2025
1 parent 84451bb commit 54d9b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_mx_cfdi_account/tests/test_account_move_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def setUp(self):
self.tax_group = self.env["account.tax.group"].create(
{
"name": "IVA",
"country_id": self.env.ref("base.mx").id,
"country_id": self.env.ref("base.us").id,
}
)

Expand Down

0 comments on commit 54d9b77

Please sign in to comment.