Przeglądaj źródła

refs 114144: improve comment

Futa Arai 3 lat temu
rodzic
commit
388da57167

+ 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
     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
     // testing the cronjob from schedule has untrivial overhead, so test job execution in place
     await crowi.questionnaireCronService.executeJob();
     await crowi.questionnaireCronService.executeJob();