Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Oct 23, 2023
1 parent d744431 commit 8819bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/src/components/Tabs/Tabs.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('Tabs', () => {
expect(results).toHaveNoViolations();
});
it('should render accessible html with old api', async () => {
const { container } = render(
render(
<Tabs
id="old"
tabs={[
Expand Down

0 comments on commit 8819bab

Please sign in to comment.