Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Sep 23, 2024
1 parent 57be6d1 commit 433c609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/components/Drawer/Drawer.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,9 @@ test('should return no axe violations when open', async () => {
expect(results).toHaveNoViolations();
});

test('should return no axe violations when open', async () => {
test('should return no axe violations when closed', async () => {
render(
<Drawer position="left" open data-testid="drawer">
<Drawer position="left" data-testid="drawer">
Children
</Drawer>
);
Expand Down

0 comments on commit 433c609

Please sign in to comment.