소스 검색

refs 114144: improve comment

Futa Arai 3 년 전
부모
커밋
388da57167
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/test/integration/service/questionnaire-cron.test.ts

+ 1 - 1
packages/app/test/integration/service/questionnaire-cron.test.ts

@@ -260,7 +260,7 @@ describe('QuestionnaireCronService', () => {
     crowi.questionnaireCronService.stopCron(); // jest will not finish until cronjob stops
   });
 
-  test('Job execution should save quesionnaire orders, delete outdated ones, and update skipped answer status', async() => {
+  test('Job execution should save(update) quesionnaire orders, delete outdated ones, and update skipped answer statuses', async() => {
     // testing the cronjob from schedule has untrivial overhead, so test job execution in place
     await crowi.questionnaireCronService.executeJob();