Skip to content

Commit c877e2e

Browse files
committed
Fix lint
1 parent 2223b51 commit c877e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/auth/test/integration/webdriver/redirect.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ browserDescribe('WebDriver redirect IdP test', driver => {
332332
expect(user.email).to.eq(user1.email);
333333
});
334334

335-
it('reauthenticate throws for wrong user', async function () {
335+
it('reauthenticate throws for wrong user', async () => {
336336
// Sign in using pre-populated user
337337
await driver.callNoWait(RedirectFunction.IDP_REDIRECT);
338338

@@ -355,7 +355,7 @@ browserDescribe('WebDriver redirect IdP test', driver => {
355355
);
356356
});
357357

358-
it('handles aborted sign ins', async function () {
358+
it('handles aborted sign ins', async () => {
359359
await driver.callNoWait(RedirectFunction.IDP_REDIRECT);
360360
const widget = new IdPPage(driver.webDriver);
361361

0 commit comments

Comments
 (0)