Skip to content

Commit 21b71bc

Browse files
test(knowledge): grant processing attempt claim
1 parent f95af77 commit 21b71bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/sim/app/api/knowledge/utils.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ describe('Knowledge Utils', () => {
175175
])
176176
/** In-transaction active-document recheck. */
177177
queueTableRows(schemaMock.document, [{ id: 'doc1' }])
178+
dbChainMockFns.returning.mockResolvedValueOnce([{ id: 'doc1' }])
178179

179180
await processDocumentAsync(
180181
'kb1',

0 commit comments

Comments
 (0)