Skip to content

Commit 1024093

Browse files
author
Mikelle Wade
committed
updates test in wave 06 to more descriptive name: test_post_task_ids_to_goal_overwrites_existing_tasks
1 parent e967ed6 commit 1024093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_wave_06.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_post_task_ids_to_goal(client, one_goal, three_tasks):
2626

2727

2828
@pytest.mark.skip(reason="No way to test this feature yet")
29-
def test_post_task_ids_to_goal_already_with_goals(client, one_task_belongs_to_one_goal, three_tasks):
29+
def test_post_task_ids_to_goal_overwrites_existing_tasks(client, one_task_belongs_to_one_goal, three_tasks):
3030
# Act
3131
response = client.post("/goals/1/tasks", json={
3232
"task_ids": [2, 4]

0 commit comments

Comments
 (0)