Skip to content

Commit

Permalink
Merge pull request #2404 from WalletConnect/refactor/session-ack-check
Browse files Browse the repository at this point in the history
refactor: session ack check
  • Loading branch information
ganchoradkov authored May 17, 2023
2 parents 2108b38 + 9696be1 commit 8071658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/sign-client/test/shared/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export async function testConnectMethod(clients: Clients, params?: TestConnectPa
});
if (!sessionB) {
sessionB = await acknowledged();
expect(sessionB.acknowledged).to.be.false;
}
resolve();
} catch (e) {
Expand Down

0 comments on commit 8071658

Please sign in to comment.