Skip to content
Snippets Groups Projects
Commit 87a7cc77 authored by michael.minelli's avatar michael.minelli
Browse files

ExerciceResultsValidation => Fix check size success sentence

parent e813b7e0
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ class ExerciceResultsValidation { ...@@ -62,7 +62,7 @@ class ExerciceResultsValidation {
this.events.emit('finished', false, ExerciceCheckerError.EXERCICE_RESULTS_FOLDER_TOO_BIG); this.events.emit('finished', false, ExerciceCheckerError.EXERCICE_RESULTS_FOLDER_TOO_BIG);
return; return;
} }
this.events.emit('endStep', 'CHECK_SIZE', 'Validating results folder size', false); this.events.emit('endStep', 'CHECK_SIZE', 'Results folder size is in bounds', false);
} }
this.events.emit('finished', true, 0); this.events.emit('finished', true, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment