fix
This commit is contained in:
parent
4568e4904a
commit
773fe1521c
1 changed files with 2 additions and 2 deletions
|
@ -186,8 +186,8 @@ describe('both/state/selectors/search', () => {
|
||||||
const selector = getMessageSearchResultSelector(state);
|
const selector = getMessageSearchResultSelector(state);
|
||||||
|
|
||||||
const actual = selector(searchId);
|
const actual = selector(searchId);
|
||||||
assert.deepEqual(actual.from, from);
|
assert.deepEqual(actual?.from, from);
|
||||||
assert.deepEqual(action.to, meAsRecipient);
|
assert.deepEqual(actual?.to, meAsRecipient);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('returns outgoing message and caches appropriately', () => {
|
it('returns outgoing message and caches appropriately', () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue