From 571aa0da6e802b6b98e3094782e57bd8c0816adb Mon Sep 17 00:00:00 2001 From: Leung Cheng Date: Fri, 23 Feb 2024 18:43:54 +0800 Subject: [PATCH] Rename to QuestionSetEditor --- src/app/components/editor.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/editor.test.tsx b/src/app/components/editor.test.tsx index d891488..969af19 100644 --- a/src/app/components/editor.test.tsx +++ b/src/app/components/editor.test.tsx @@ -126,7 +126,7 @@ class UIServiceInteractor { } } -describe('QuestionSetEditorUIService', () => { +describe('QuestionSetEditor', () => { it('should save question set successfully when no extra choice or question added', () => { const interactor = new UIServiceInteractor({ questionSetName: 'Test name' }) interactor