🧪 test(topic): add status and completed_at to create snapshots (#13976)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Arvin Xu 2026-04-19 21:45:58 +08:00 committed by GitHub
parent ba9a9810fb
commit eff220fdd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,6 +61,8 @@ describe('TopicModel - Create', () => {
editorData: null,
trigger: null,
mode: null,
status: null,
completedAt: null,
createdAt: expect.any(Date),
updatedAt: expect.any(Date),
accessedAt: expect.any(Date),
@ -109,6 +111,8 @@ describe('TopicModel - Create', () => {
metadata: null,
trigger: null,
mode: null,
status: null,
completedAt: null,
sessionId,
userId,
createdAt: expect.any(Date),