Skip to content

Commit

Permalink
fixup! fixup! fixup! Add account_invoice_export_job
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed May 31, 2024
1 parent ebf8d24 commit f89f258
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@

from unittest.mock import MagicMock, patch

from odoo.tests import tagged

from odoo.addons.account_invoice_export.tests.common import CommonCase
from odoo.addons.queue_job.tests.common import mock_with_delay


@tagged("post_install", "-at_install")
class TestExportAcountInvoiceJob(CommonCase):
@classmethod
def setUpClass(cls):
Expand Down

0 comments on commit f89f258

Please sign in to comment.