From 3fb721f2785963107e3745aff5ed51f33367be15 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Wed, 3 Dec 2025 17:17:34 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/mappers/questionMapper.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mappers/questionMapper.test.ts b/server/mappers/questionMapper.test.ts index ffa9afe..a043db1 100644 --- a/server/mappers/questionMapper.test.ts +++ b/server/mappers/questionMapper.test.ts @@ -42,7 +42,7 @@ describe('toQuestionTypeView', () => { expect(toQuestionTypeView(rawData)).toEqual({ id: '-1', - type: '', + name: '', }); }); });