Skip to content

Commit 55adc07

Browse files
committed
Fix lint
1 parent e19deba commit 55adc07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/oauth/__tests__/accounts-oauth.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe('AccountsOauth', () => {
6363
}
6464
});
6565

66-
it("should call provider's authenticate method in order to get the user itself", async () => {
66+
it('should call provider\'s authenticate method in order to get the user itself', async () => {
6767
const authSpy = jest.fn(() => ({
6868
id: '312312',
6969
name: 'Mr. Anderson',
@@ -150,7 +150,7 @@ describe('AccountsOauth', () => {
150150
});
151151
});
152152

153-
it("should update the user's profile if logged in after change in profile", async () => {
153+
it('should update the user\'s profile if logged in after change in profile', async () => {
154154
const userChanged = {
155155
id: '312312',
156156
name: 'Mr. Anderson',

0 commit comments

Comments
 (0)