rename test

This commit is contained in:
eromano
2025-05-14 17:11:45 +02:00
parent 81d1572301
commit cf9d296d0f

View File

@@ -51,7 +51,7 @@ describe('defaultValueValidator', () => {
expect(result).toEqual({ required: true });
});
it('should return a required error when the default option is selected', () => {
it('should return a required error when the default "choose one" option is selected', () => {
const validator = defaultValueValidator(mockField);
const control = new FormControl(DEFAULT_OPTION.id);