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

ExerciceResultsValidation => Update VALIDATE_RESULTS_FILE success message

parent 9a2ffc84
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ class ExerciceResultsValidation { ...@@ -48,7 +48,7 @@ class ExerciceResultsValidation {
return; return;
} }
this.exerciceResults = validationResults.results; this.exerciceResults = validationResults.results;
this.events.emit('endStep', 'VALIDATE_RESULTS_FILE', 'Results file found', false); this.events.emit('endStep', 'VALIDATE_RESULTS_FILE', 'Results file is valid', false);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment