Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Dec 5, 2024
1 parent a721f00 commit d4c2939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/BadRequestScreen/BadRequestScreen.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ describe('BadRequestScreen', () => {
it('renders expected message', () => {
render(<BadRequestScreen />);

screen.getByText('stripes-core.front.error.header')
screen.getByText('stripes-core.front.error.general.message')
screen.getByText('stripes-core.front.error.header');
screen.getByText('stripes-core.front.error.general.message');
});
});

Expand Down

0 comments on commit d4c2939

Please sign in to comment.