Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-gc committed Feb 23, 2021
1 parent 7b8c409 commit c117d7d
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,10 @@ describe('platform_browser/popup_redirect', () => {
Promise.reject(new Error('invalid-origin'))
);

await expect(
resolver._originValidation(auth)
).to.be.rejectedWith(Error, 'invalid-origin');
await expect(resolver._originValidation(auth)).to.be.rejectedWith(
Error,
'invalid-origin'
);
});
});

Expand Down

0 comments on commit c117d7d

Please sign in to comment.