Skip to content

Commit

Permalink
fix: building mobile package #1980
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Nov 7, 2023
1 parent 2b58f60 commit 11fc395
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe('showNotificationSaga', () => {
},
[StoreKeys.Navigation]: {
...new NavigationState(),
currentScreen: ScreenNames.ChannelScreen,
backStack: [ScreenNames.ChannelScreen],
},
}
)
Expand Down Expand Up @@ -174,7 +174,7 @@ describe('showNotificationSaga', () => {
},
[StoreKeys.Navigation]: {
...new NavigationState(),
currentScreen: ScreenNames.ChannelScreen,
backStack: [ScreenNames.ChannelScreen],
},
}
)
Expand Down Expand Up @@ -213,7 +213,7 @@ describe('showNotificationSaga', () => {
},
[StoreKeys.Navigation]: {
...new NavigationState(),
currentScreen: ScreenNames.ChannelScreen,
backStack: [ScreenNames.ChannelScreen],
},
}
)
Expand Down

0 comments on commit 11fc395

Please sign in to comment.