Skip to content

Commit

Permalink
chore: fix eslint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Sep 18, 2024
1 parent 1c344f8 commit cceb471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/TooltipV2/__tests__/Tooltip.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe('Tooltip', () => {
<fieldset>
<legend>Legend</legend>
<Tooltip text="Tooltip text">
<button>Button Text</button>
<button type="button">Button Text</button>
</Tooltip>
</fieldset>,
)
Expand Down

0 comments on commit cceb471

Please sign in to comment.