Skip to content

Commit

Permalink
coverage: removed useless assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
finkinfridom committed Mar 15, 2023
1 parent bcdbf51 commit dbce910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/Auth0Strategy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe("Auth0Strategy", () => {
},
} as unknown as Request;

const result = await strategy.authenticate(req);
await strategy.authenticate(req);
expect(strategy.error).toBeCalled();
});
it("non-existing user should create a new one", async () => {
Expand Down

0 comments on commit dbce910

Please sign in to comment.