Skip to content

Commit

Permalink
Update packages/ra-ui-materialui/src/input/SelectArrayInput.spec.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Tamm <[email protected]>
  • Loading branch information
Tomas025 and MichaelTamm authored Feb 10, 2025
1 parent 5a065c4 commit e34f214
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ describe('<SelectArrayInput />', () => {
});
});

it('should render the emptyValue option correctly', () => {
it('should render the emptyText option correctly', () => {
const choices = [
{ id: 'programming', name: 'Programming' },
{ id: 'lifestyle', name: 'Lifestyle' },
Expand Down

0 comments on commit e34f214

Please sign in to comment.