Skip to content

Commit

Permalink
Change test_add_to_db name
Browse files Browse the repository at this point in the history
Co-authored-by: Kobi Hakimi <[email protected]>
  • Loading branch information
orzionpour and kobihk authored Nov 25, 2021
1 parent c7577cb commit 6a544b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/tests/test_create_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def employee_other_team(self, other_team):
"""
Test add new task
"""
def test_add_to_db(self, manager, employee):
def test_add_task_to_db(self, manager, employee):
Task.create_task(title="TestTask",
assignee=employee,
assigner=manager,
Expand Down

0 comments on commit 6a544b2

Please sign in to comment.