Fix for missing replacement text in bodyRanges

This commit is contained in:
Josh Perez 2021-03-05 12:57:09 -05:00 committed by Josh Perez
parent dab5386207
commit 3cc6c5f5ad
6 changed files with 72 additions and 38 deletions

View file

@ -204,9 +204,6 @@ describe('both/state/selectors/search', () => {
...state,
conversations: {
...state.conversations,
conversationLookup: {
...state.conversations.conversationLookup,
},
},
};
const secondSelector = getMessageSearchResultSelector(secondState);