diff --git a/__tests__/Auth0Strategy.test.ts b/__tests__/Auth0Strategy.test.ts index c3cd0c8..44c49bc 100644 --- a/__tests__/Auth0Strategy.test.ts +++ b/__tests__/Auth0Strategy.test.ts @@ -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 () => {