Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
BulotF committed Jan 10, 2024
1 parent 79d5c8f commit 0248c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/header/header.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('<Header />', () => {
});

test('should render a link to homepage', () => {
expect(wrapper.find('Link[to="/"]').length).toBe(1);
expect(wrapper.find('Link[to="/"]').length).toBe(2);
});

test('should render a link to the help page', () => {
Expand Down

0 comments on commit 0248c04

Please sign in to comment.