Skip to content

Commit

Permalink
Merge branch 'main' into minor-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akp111 authored Nov 16, 2023
2 parents 37caa5f + 12f1392 commit 412252b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/restapi/tests/lib/channel/subscribeV2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ describe('PUSH_CHANNEL.subscribeV2 functionality', () => {
expect(res.status).to.be.equal('success');
});


// it('Should subscribe to the channel via V2 with settings', async () => {
// const res = await PUSH_CHANNEL.subscribeV2({
// signer: signer1,
Expand Down

0 comments on commit 412252b

Please sign in to comment.