Skip to content

Commit

Permalink
Fix useTab test
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Nov 23, 2023
1 parent 81e1bf8 commit bb1e0b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mui-base/src/useTab/useTab.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('useTab', () => {

function Test() {
return (
<Tabs>
<Tabs defaultValue={1}>
<TabsList>
<TestTab />
</TabsList>
Expand All @@ -43,7 +43,7 @@ describe('useTab', () => {

function Test() {
return (
<Tabs>
<Tabs defaultValue={1}>
<TabsList>
<TestTab />
</TabsList>
Expand Down

0 comments on commit bb1e0b8

Please sign in to comment.