Skip to content

Commit

Permalink
Update packages/mui-joy/src/ButtonGroup/ButtonGroup.test.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Zeeshan Tamboli <zeeshan.tamboli@gmail.com>
  • Loading branch information
ZeeshanTamboli authored and Smileek committed Feb 9, 2024
1 parent bd1a2a1 commit f09dee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-joy/src/ButtonGroup/ButtonGroup.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ describe('<ButtonGroup />', () => {
expect(getAllByRole('button')[1]).to.have.property('disabled', true);
});

it('pass disabled to buttons inless it is overriden', () => {
it('pass disabled to buttons unless it is overriden', () => {
const { getAllByRole } = render(
<ButtonGroup disabled>
<Button disabled={false} />
Expand Down

0 comments on commit f09dee6

Please sign in to comment.