Skip to content

Commit

Permalink
[FIX] Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SMaciasOSI committed Dec 31, 2024
1 parent da73f22 commit b30d4d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions l10n_mx_cfdi_account/tests/test_account_move_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def setUp(self):
"amount_currency": 200,
"balance": 200,
"debit": 200,
"account_id": self.account.id,
}

self.move_line_2_vals = {
Expand All @@ -95,7 +94,6 @@ def setUp(self):
"amount_currency": -200,
"balance": -200,
"credit": 200,
"account_id": self.account.id,
}

self.move_vals = {
Expand Down

0 comments on commit b30d4d1

Please sign in to comment.