Skip to content

Commit

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

Expand Down

0 comments on commit a2a4160

Please sign in to comment.