From 275f714224cc93f0f9cd7b4590ba2b07a79398e4 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 5 Mar 2026 00:02:59 +0100 Subject: [PATCH] test: add fixture task with compound word for prefix search testing --- pkg/db/fixtures/tasks.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkg/db/fixtures/tasks.yml b/pkg/db/fixtures/tasks.yml index b17b5b76a..e8298d7ed 100644 --- a/pkg/db/fixtures/tasks.yml +++ b/pkg/db/fixtures/tasks.yml @@ -420,3 +420,12 @@ index: 32 created: 2018-12-01 01:12:04 updated: 2018-12-01 01:12:04 +- id: 48 + title: 'Landingpages update' + description: 'Update all landingpages with new branding' + done: false + created_by_id: 1 + project_id: 1 + index: 33 + created: 2018-12-01 01:12:04 + updated: 2018-12-01 01:12:04