fix: expect empty style when creating a project without a style

This commit is contained in:
GouJ
2026-09-14 16:16:21 +08:00
parent 665d2b169b
commit 204ee199a3
+1 -1
View File
@@ -1463,7 +1463,7 @@ describe('工作台页面交互', () => {
expect(wrapper.emitted('created')).toEqual([['created']])
expect(JSON.parse(fetcher.mock.calls[0]![1]!.body as string)).toEqual({
topic: '雨夜来信',
style: '爽文反转',
style: '',
episodeCount: 6
})
})