Skip to content

Commit

Permalink
Update connect tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamoftrees committed Apr 29, 2024
1 parent 2e54593 commit 2acfc52
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/checkout/sdk/src/wallet/wallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ describe('getWalletAllowList', () => {
{
walletProviderName: WalletProviderName.METAMASK,
},
{
walletProviderName: WalletProviderName.WALLETCONNECT,
},
],
},
{
Expand All @@ -23,6 +26,9 @@ describe('getWalletAllowList', () => {
{
walletProviderName: WalletProviderName.METAMASK,
},
{
walletProviderName: WalletProviderName.WALLETCONNECT,
},
],
result: [
{
Expand All @@ -40,6 +46,9 @@ describe('getWalletAllowList', () => {
{
walletProviderName: WalletProviderName.METAMASK,
},
{
walletProviderName: WalletProviderName.WALLETCONNECT,
},
],
},
];
Expand Down

0 comments on commit 2acfc52

Please sign in to comment.