Skip to content

Commit 481e7c6

Browse files
committed
yarn run format
1 parent 05fe088 commit 481e7c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/auth/src/core/providers/github.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ describe('core/providers/github', () => {
3636
});
3737

3838
it('generates Github provider', () => {
39-
const provider = new GithubAuthProvider();
40-
expect(provider.providerId).to.eq(ProviderId.GITHUB);
41-
});
39+
const provider = new GithubAuthProvider();
40+
expect(provider.providerId).to.eq(ProviderId.GITHUB);
41+
});
4242

4343
it('credentialFromResult creates the cred from a tagged result', async () => {
4444
const auth = await testAuth();

0 commit comments

Comments
 (0)