fix: stuff

This commit is contained in:
David Nguyen
2026-07-18 18:47:21 +09:00
parent 051899531c
commit e8531d8de0
2 changed files with 2 additions and 1 deletions
@@ -122,6 +122,7 @@ test('[ADMIN][TRPC][SEARCH]: numeric query returns verified document and recipie
expect(recipientGroup?.results).toHaveLength(1);
expect(recipientGroup?.results[0].path).toBe(`/admin/documents/${document.id}`);
expect(recipientGroup?.results[0].label).toBe(recipient.email);
expect(recipientGroup?.results[0].sublabel).toContain(`#${recipient.id}`);
// Search by the full document_<id> secondary ID: exercises the prefix branch.
const secondaryIdSearch = await callAdminSearch(page, document.secondaryId);