Skip to content

Commit

Permalink
fix: merge conflict resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
akp111 committed Oct 26, 2023
1 parent e1d9cf7 commit 637644b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ export class PushNotificationBaseClass {
return 0;
}

public getMinimalSetting(configuration: NotificationSettings): {
protected getMinimalSetting(configuration: NotificationSettings): {
setting: string;
description: string;
} {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ describe('PushAPI.channel functionality', () => {
}, 10000000000);
});

describe.only('channel :: settings', () => {
describe.skip('channel :: settings', () => {
it('Should create channel', async () => {
const res = await userKate.channel.setting([
{type: 2, default: 5, description: "My notif setting 2", data: {upper:100, lower:5, ticker: 10, enabled: true}},
Expand Down

0 comments on commit 637644b

Please sign in to comment.