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 68ba498 commit 490c05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SSOLogin/SSOLogin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('Login via SSO', () => {
it('renders a button', () => {
const fx = jest.fn();
render(<SSOLogin handleSSOLogin={fx} />);
screen.getByText('stripes-core.loginViaSSO')
screen.getByText('stripes-core.loginViaSSO');
});

it('calls the callback', async () => {
Expand Down

0 comments on commit 490c05b

Please sign in to comment.