Update ts/test-both/state/selectors/search_test.ts
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
This commit is contained in:
parent
58d22048b9
commit
4568e4904a
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ describe('both/state/selectors/search', () => {
|
|||
assert.deepEqual(actual, expected);
|
||||
});
|
||||
|
||||
it('returns incoming message and has the correct "to" when sent to me', () => {
|
||||
it('returns the correct "from" and "to" when sent to me', () => {
|
||||
const searchId = 'search-id';
|
||||
const fromId = 'from-id';
|
||||
const toId = fromId;
|
||||
|
|
Loading…
Reference in a new issue