From bb7b5e24f7437eda9f26c25d7ba67c54c95660b6 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 15 May 2025 18:40:13 +0200 Subject: [PATCH] Update lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts Co-authored-by: Ehsan Rezaei --- .../lib/form/components/widgets/core/form-field.model.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts b/lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts index a49a9cb1e9..1293dc4a4a 100644 --- a/lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts +++ b/lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts @@ -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.updateForm();