Skip to content

Commit 94f69f3

Browse files
Aboudjemclaude
andcommitted
style: fix prettier formatting in auth test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 59aa6b1 commit 94f69f3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

packages/client/test/client/auth.test.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3875,10 +3875,11 @@ describe('OAuth Authorization', () => {
38753875
return Promise.resolve({
38763876
ok: false,
38773877
status: 400,
3878-
text: async () => JSON.stringify({
3879-
error: 'invalid_grant',
3880-
error_description: 'Refresh token has been revoked'
3881-
})
3878+
text: async () =>
3879+
JSON.stringify({
3880+
error: 'invalid_grant',
3881+
error_description: 'Refresh token has been revoked'
3882+
})
38823883
});
38833884
}
38843885

0 commit comments

Comments
 (0)