Skip to content

Commit

Permalink
[IMP] Pre Commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
wpichler committed Jan 23, 2023
1 parent 2142405 commit 33d960b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions account_banking_mandate/tests/test_invoice_mandate.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,7 @@ def setUp(self):

self.invoice_account = self.env["account.account"].search(
[
(
"account_type",
"=",
"receivable"
),
("account_type", "=", "receivable"),
("company_id", "=", self.company.id),
],
limit=1,
Expand All @@ -265,11 +261,7 @@ def setUp(self):
self.env["account.account"]
.search(
[
(
"account_type",
"=",
"expense"
),
("account_type", "=", "expense"),
("company_id", "=", self.company.id),
],
limit=1,
Expand Down

0 comments on commit 33d960b

Please sign in to comment.