Skip to content

Commit

Permalink
[MIG] project_task_material: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
murtuzasaleh committed Sep 30, 2024
1 parent b2dc367 commit fda4df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_task_material/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class TestProjectCases(TransactionCase):

def setUp(self):
"""Create user, task, project as well as refre action of the user."""
super(TestProjectCases, self).setUp()
super().setUp()

# Create new User
# Add it to the `project user` group
Expand Down

0 comments on commit fda4df0

Please sign in to comment.