diff --git a/__tests__/inboxTests.ts b/__tests__/inboxTests.ts index db0dd84..b633181 100644 --- a/__tests__/inboxTests.ts +++ b/__tests__/inboxTests.ts @@ -204,6 +204,7 @@ const fakeNotifications = [ isUnread: true, date: 1520352788000, source: NotificationSource.CAMPAIGN, + hasLandingMessage: false, }, // Full notification { @@ -213,6 +214,7 @@ const fakeNotifications = [ isUnread: false, date: 1520352788001, source: NotificationSource.TRANSACTIONAL, + hasLandingMessage: false, payload: { foo: "bar", },