Update lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts

Co-authored-by: Ehsan Rezaei <ehsan.rezaei@hyland.com>
This commit is contained in:
Eugenio Romano
2025-05-15 18:40:13 +02:00
committed by GitHub
parent 95716ae50f
commit bb7b5e24f7

View File

@@ -771,7 +771,7 @@ describe('FormFieldModel', () => {
]; ];
}); });
it('should update form with selected option and options from which we chose when is a strign', () => { it('should update form with selected option and options from which we chose when is a string', () => {
field.value = 'restOpt2'; field.value = 'restOpt2';
field.updateForm(); field.updateForm();