Skip to content

Commit

Permalink
test lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
accbjt committed Mar 20, 2024
1 parent fd4d7e5 commit 38c3b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/identity-block/components/login/index.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const defaultParams = {
loggedInPageLocation: "/account-2/",
};

const Test = (props) => {
function Test(props) {
const { loginRedirect } = useLogin({
...defaultParams,
...props,
Expand All @@ -29,7 +29,7 @@ const Test = (props) => {
</button>
</div>
);
};
}

describe("useLogin()", () => {
beforeEach(() => {
Expand Down

0 comments on commit 38c3b68

Please sign in to comment.