Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Apr 16, 2024
1 parent 0c3e03a commit c67ba12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/OptionsListUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ describe('OptionsListUtils', () => {
// When we filter in the Search view without providing a searchValue
let results = OptionsListUtils.getSearchOptions(OPTIONS, '', [CONST.BETAS.ALL]);
// Then the 2 personalDetails that don't have reports should be returned
console.log('personal details', OPTIONS.personalDetails.length, results.personalDetails.length)
expect(results.personalDetails.length).toBe(2);

// Then all of the reports should be shown including the archived rooms.
Expand Down

0 comments on commit c67ba12

Please sign in to comment.