Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Sep 6, 2024
1 parent 72ba793 commit fed5672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Setup/SetupProvider.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ describe('SetupProvider', () => {
);
});

it('is true when not on a tour page', async () => {
it('is false when not on a tour page', async () => {
const { getByTestId } = render(
<TestComponent setup={null} setupPosition="start" />,
);
Expand Down

0 comments on commit fed5672

Please sign in to comment.