From 6a544b28810cc87f43fc14f3aa1f02aabf22b633 Mon Sep 17 00:00:00 2001 From: orzionpour Date: Thu, 25 Nov 2021 21:41:35 +0200 Subject: [PATCH] Change test_add_to_db name Co-authored-by: Kobi Hakimi --- tasks/tests/test_create_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/tests/test_create_task.py b/tasks/tests/test_create_task.py index f093f73..a5f1226 100644 --- a/tasks/tests/test_create_task.py +++ b/tasks/tests/test_create_task.py @@ -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,