Skip to content

Commit

Permalink
[REF] payment_pagseguro: Method Super without parameters, necessary f…
Browse files Browse the repository at this point in the history
…or the new version of pre-commit.
  • Loading branch information
mbcosta committed Oct 25, 2023
1 parent e97f286 commit 5b1e6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payment_pagseguro/tests/test_pagseguro.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@odoo.tests.tagged("post_install", "-at_install")
class PagseguroTest(odoo.tests.HttpCase):
def setUp(self):
super(PagseguroTest, self).setUp()
super().setUp()

self.eur_currency = self.env["res.currency"].search([("name", "=", "EUR")])
self.brl_currency = self.env["res.currency"].search([("name", "=", "BRL")])
Expand Down

0 comments on commit 5b1e6ee

Please sign in to comment.