Skip to content

Commit

Permalink
fix code spacing in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Nov 16, 2022
1 parent cadca1f commit d851146
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ describe('<Autocomplete />', () => {
renderInput={(params) => <TextField {...params} autoFocus />}
/>,
);

checkHighlightIs(getByRole('listbox'), 'one');
setProps({ value: 'two' });
checkHighlightIs(getByRole('listbox'), 'two');
Expand Down

0 comments on commit d851146

Please sign in to comment.