From 7fd6bc451785540969883512f551695354299658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Valyi?= Date: Mon, 14 Oct 2024 06:22:42 +0000 Subject: [PATCH] [REM] l10n_br_account_nfe: drop _register_hook --- l10n_br_account_nfe/tests/test_nfce_contingency.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/l10n_br_account_nfe/tests/test_nfce_contingency.py b/l10n_br_account_nfe/tests/test_nfce_contingency.py index 954eb7db3683..17cdb46b6449 100644 --- a/l10n_br_account_nfe/tests/test_nfce_contingency.py +++ b/l10n_br_account_nfe/tests/test_nfce_contingency.py @@ -8,8 +8,6 @@ class TestAccountNFCeContingency(TransactionCase): @classmethod def setUpClass(cls): super().setUpClass() - # this hook is required to test l10n_br_account_nfe alone: - cls.env["spec.mixin.nfe"]._register_hook() cls.document_id = cls.env.ref("l10n_br_nfe.demo_nfce_same_state") cls.prepare_account_move_nfce()