Skip to content

Commit 7e0a380

Browse files
committed
Unskip test
1 parent 50f0c74 commit 7e0a380

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
@@ -25,7 +25,7 @@ def test_post_task_ids_to_goal(client, one_goal, three_tasks):
2525
assert len(db.session.scalar(query).tasks) == 3
2626

2727

28-
# @pytest.mark.skip(reason="No way to test this feature yet")
28+
@pytest.mark.skip(reason="No way to test this feature yet")
2929
def test_post_task_ids_to_goal_already_with_goals(client, one_task_belongs_to_one_goal, three_tasks):
3030
# Act
3131
response = client.post("/goals/1/tasks", json={

0 commit comments

Comments
 (0)