Futa Arai 3 лет назад
Родитель
Сommit
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();