diff --git a/packages/mobile/src/store/nativeServices/showNotification/showNotification.saga.test.ts b/packages/mobile/src/store/nativeServices/showNotification/showNotification.saga.test.ts index 8e657656e3..14a855f6ae 100644 --- a/packages/mobile/src/store/nativeServices/showNotification/showNotification.saga.test.ts +++ b/packages/mobile/src/store/nativeServices/showNotification/showNotification.saga.test.ts @@ -129,7 +129,7 @@ describe('showNotificationSaga', () => { }, [StoreKeys.Navigation]: { ...new NavigationState(), - currentScreen: ScreenNames.ChannelScreen, + backStack: [ScreenNames.ChannelScreen], }, } ) @@ -174,7 +174,7 @@ describe('showNotificationSaga', () => { }, [StoreKeys.Navigation]: { ...new NavigationState(), - currentScreen: ScreenNames.ChannelScreen, + backStack: [ScreenNames.ChannelScreen], }, } ) @@ -213,7 +213,7 @@ describe('showNotificationSaga', () => { }, [StoreKeys.Navigation]: { ...new NavigationState(), - currentScreen: ScreenNames.ChannelScreen, + backStack: [ScreenNames.ChannelScreen], }, } )