Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz committed Dec 17, 2024
1 parent c7dda55 commit 86ae60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapters/wagmi/src/tests/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('WagmiAdapter', () => {

it('should set wagmi connectors', () => {
vi.spyOn(wagmiCore, 'watchConnectors').mockImplementation(vi.fn())

adapter.syncConnectors({ networks: [mainnet], projectId: 'YOUR_PROJECT_ID' }, mockAppKit)

expect(adapter.connectors).toStrictEqual([
Expand Down

0 comments on commit 86ae60e

Please sign in to comment.