diff --git a/packages/dnode/tests/lib/notification/channel.test.ts b/packages/dnode/tests/lib/notification/channel.test.ts index 951ca83ef..d455dbde6 100644 --- a/packages/dnode/tests/lib/notification/channel.test.ts +++ b/packages/dnode/tests/lib/notification/channel.test.ts @@ -154,19 +154,6 @@ describe('PushAPI.channel functionality', () => { expect(res.status).to.equal(200); }); - it('With signer : targeted : Should send notification with title and body', async () => { - const res = await userAlice.channel.send( - ['eip155:11155111:0xD8634C39BBFd4033c0d3289C4515275102423681'], - { - notification: { - title: 'hi', - body: 'test-targeted', - }, - } - ); - expect(res.status).to.equal(200); - }); - it('With signer : subset : Should send notification with title and body', async () => { const res = await userAlice.channel.send( [