Skip to content

Commit

Permalink
[FIX] project_task_description_template_section: decoration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
angelgarciadelachica committed Mar 4, 2025
1 parent e95867f commit 79afc31
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@


class TestProjectTaskDescriptionTemplateSection(TransactionCase):
@classmethod
def setUp(cls):
super().setUp()
super().setUpClass()
cls.task_id = cls.env["project.task"].create(
{"name": "Test task", "description": "Task Description"}
)
Expand Down

0 comments on commit 79afc31

Please sign in to comment.