Skip to content

Commit

Permalink
chore: update comment again
Browse files Browse the repository at this point in the history
Signed-off-by: Anjana Mendiratta <expertsquarrel@gmail.com>
  • Loading branch information
GItGudRatio committed Jul 24, 2023
1 parent 0edbb93 commit 0632292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/OptionsListUtilsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ describe('OptionsListUtils', () => {
// When we use a search term for contact number that contains alphabet characters
results = OptionsListUtils.getNewChatOptions(REPORTS, PERSONAL_DETAILS, [], '998243aaaa');

// Then we shouldn't have any results or user to invite
expect(results.recentReports.length).toBe(0);
expect(results.personalDetails.length).toBe(0);
expect(results.userToInvite).toBe(null);
Expand Down

0 comments on commit 0632292

Please sign in to comment.