diff --git a/packages/ra-ui-materialui/src/input/SelectArrayInput.spec.tsx b/packages/ra-ui-materialui/src/input/SelectArrayInput.spec.tsx index 7c42c62ea7..8a62d2ca99 100644 --- a/packages/ra-ui-materialui/src/input/SelectArrayInput.spec.tsx +++ b/packages/ra-ui-materialui/src/input/SelectArrayInput.spec.tsx @@ -777,7 +777,7 @@ describe('', () => { }); }); - it('should render the emptyValue option correctly', () => { + it('should render the emptyText option correctly', () => { const choices = [ { id: 'programming', name: 'Programming' }, { id: 'lifestyle', name: 'Lifestyle' },