Skip to content

Commit

Permalink
fix: fix test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 committed Jul 4, 2024
1 parent 90a9708 commit 89d0888
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/dnode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pushprotocol/dnode",
"version": "0.0.1",
"version": "0.0.2",
"type": "commonjs",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
1 change: 0 additions & 1 deletion packages/dnode/src/lib/pushValidator/pushValidator.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import axios from 'axios';
import { getRandomElement } from '../helpers';
import {
ActiveValidator,
Expand Down
3 changes: 1 addition & 2 deletions packages/dnode/tests/lib/notification/channel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ describe('PushAPI.channel functionality', () => {
raw: false,
}
);
console.log(res.channel_settings);
expect(res).not.null;
});
});
Expand Down Expand Up @@ -204,7 +203,7 @@ describe('PushAPI.channel functionality', () => {
});
});

describe.only('channel :: send', () => {
describe('channel :: send', () => {
it('With signer : broadcast : Should send notification with title and body', async () => {
const res = await userAlice.channel.send(['*'], {
notification: {
Expand Down

0 comments on commit 89d0888

Please sign in to comment.