mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
🧪 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:
parent
ba9a9810fb
commit
eff220fdd0
1 changed files with 4 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue