Skip to content

Commit fcb976f

Browse files
authored
Merge pull request #83 from AdaGold/mw_test_wave_06_update
updates test in wave 06 to more descriptive name: test_post_task_ids_…
2 parents e967ed6 + 1024093 commit fcb976f

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)