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
  • Loading branch information
fzaninotto authored Jun 5, 2024
1 parent e2a947b commit 65bb3ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ describe('<SelectArrayInput />', () => {
expect(await screen.findAllByText('Foo')).toHaveLength(2);
});

describe('inside ReferenceInput', () => {
describe('inside ReferenceArrayInput', () => {
it('should use the recordRepresentation as optionText', async () => {
render(<InsideReferenceArrayInput />);
await screen.findByText('Leo Tolstoy');
Expand Down

0 comments on commit 65bb3ce

Please sign in to comment.