Skip to content

Commit b754ea1

Browse files
committed
style: format auth test with prettier
1 parent 539e0e4 commit b754ea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ describe('OAuth Authorization', () => {
16561656
authorizationCode: 'code123',
16571657
codeVerifier: 'verifier123',
16581658
redirectUri: 'http://localhost:3000/callback',
1659-
fetchFn: mockFetch,
1659+
fetchFn: mockFetch
16601660
});
16611661

16621662
const fetchUrl = new URL(mockFetch.mock.calls[0]![0] as string);

0 commit comments

Comments
 (0)