Skip to content

Commit

Permalink
Merge pull request #33 from leung018/rename-test
Browse files Browse the repository at this point in the history
Rename to QuestionSetEditor
  • Loading branch information
leung018 authored Feb 23, 2024
2 parents 1ef8dbf + 571aa0d commit 209a48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/editor.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 209a48d

Please sign in to comment.