Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalik88 committed Dec 17, 2024
1 parent 2320d5c commit 5038962
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ describe('getShowInAppNotificationImplementation', () => {
id: expect.any(String),
type: NotificationType.InApp,
message: 'message',
content: undefined,
title: undefined,
footerLink: undefined,
},
]);
});
Expand Down

0 comments on commit 5038962

Please sign in to comment.