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:
Quentin Hibon 2021-04-15 21:26:46 +02:00 committed by GitHub
parent 58d22048b9
commit 4568e4904a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;