Fix empty output on validation test (#14822)

* Fix empty output on validation test

* tried to fix indentation issue

* tried to fix indentation issue again

* tried to fix stylci test error

* remove trailing spaces

* Applied styleci diff
This commit is contained in:
Hans Erasmus
2023-02-01 18:52:36 +02:00
committed by GitHub
parent d3da5d3ae6
commit c330f91e01
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ class CheckSchemaCollation implements Validation, ValidationFixer
}, $collation_columns));
}
return ValidationResult::ok('');
return ValidationResult::ok(trans('validation.validations.database.CheckSchemaCollation.ok'));
}
/**

View File

@@ -218,7 +218,7 @@ return [
'ok' => 'Database Schema is current',
],
'CheckSchemaCollation' => [
'ok' => 'Database and column collations are correct',
],
],
'distributedpoller' => [