Skip to content

Commit 0d48173

Browse files
committed
fix test
1 parent e552d77 commit 0d48173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/wallet/wdk/test/wallets.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ describe('Wallets', () => {
160160
})
161161

162162
expect(url).toBe('https://accounts.google.com/o/oauth2/v2/auth?state=test-state')
163-
expect(commitAuthSpy).toHaveBeenCalledWith('/auth/return', true)
163+
expect(commitAuthSpy).toHaveBeenCalledWith('/auth/return', { type: 'auth' })
164164
})
165165

166166
it('Should reject google-id-token signup when Google is configured for redirect auth', async () => {

0 commit comments

Comments
 (0)