Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Oct 11, 2024
1 parent a2a4160 commit 9cacfba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/connect/src/providers/telemetry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ describe("telemetry", () => {
expect(mixpanel.track).toHaveBeenCalledWith("wallet.connect", {
"chain-sending": "Bsc",
"wallet-sending": "wallet",
"connectHash": "hash",
"connectVersion": "version",
connectHash: "hash",
connectVersion: "version",
});
});

Expand Down

0 comments on commit 9cacfba

Please sign in to comment.