diff --git a/backend/internal/web/handlers_tasks_test.go b/backend/internal/web/handlers_tasks_test.go index 218b52c..4408934 100644 --- a/backend/internal/web/handlers_tasks_test.go +++ b/backend/internal/web/handlers_tasks_test.go @@ -302,7 +302,6 @@ func TestTaskUpdate(t *testing.T) { // TestTaskReorderCrossColumn verifies that POST /tablos/{id}/tasks/reorder // changes the task's column (status) when dragged across columns (TASK-04). func TestTaskReorderCrossColumn(t *testing.T) { - t.Skip("handlers_tasks not yet implemented") pool, cleanup := setupTestDB(t) defer cleanup() @@ -376,7 +375,6 @@ func TestTaskReorderCrossColumn(t *testing.T) { // TestTaskReorderSameColumn verifies that POST /tablos/{id}/tasks/reorder // changes the position of a task within the same column (TASK-05). func TestTaskReorderSameColumn(t *testing.T) { - t.Skip("handlers_tasks not yet implemented") pool, cleanup := setupTestDB(t) defer cleanup()