Skip to content

Commit

Permalink
test: update inbox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Jan 10, 2024
1 parent d3dadd6 commit ab2d597
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __tests__/inboxTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ const fakeNotifications = [
isUnread: true,
date: 1520352788000,
source: NotificationSource.CAMPAIGN,
hasLandingMessage: false,
},
// Full notification
{
Expand All @@ -213,6 +214,7 @@ const fakeNotifications = [
isUnread: false,
date: 1520352788001,
source: NotificationSource.TRANSACTIONAL,
hasLandingMessage: false,
payload: {
foo: "bar",
},
Expand Down

0 comments on commit ab2d597

Please sign in to comment.