test: 修改测试用例

This commit is contained in:
2025-12-03 17:17:34 +08:00
parent a4dc28fc97
commit 3fb721f278

View File

@ -42,7 +42,7 @@ describe('toQuestionTypeView', () => {
expect(toQuestionTypeView(rawData)).toEqual({
id: '-1',
type: '',
name: '',
});
});
});