Skip to content

Commit

Permalink
when hour is disabled -> when time is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed May 21, 2021
1 parent b3bc21b commit 40380a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/material-ui-lab/src/ClockPicker/ClockPicker.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe('<ClockPicker />', () => {
expect(handleViewChange.callCount).to.equal(0);
});

it('should not select minute when hour is disabled', () => {
it('should not select minute when time is disabled', () => {
const handleChange = spy();
render(
<ClockPicker
Expand Down Expand Up @@ -179,7 +179,7 @@ describe('<ClockPicker />', () => {
expect(handleViewChange.callCount).to.equal(0);
});

it('should not select second when hour is disabled', () => {
it('should not select second when time is disabled', () => {
const handleChange = spy();
render(
<ClockPicker
Expand Down

0 comments on commit 40380a4

Please sign in to comment.