Skip to content

Commit

Permalink
update name of a method
Browse files Browse the repository at this point in the history
  • Loading branch information
rezkiy37 committed Sep 21, 2023
1 parent d42958e commit 8753fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/OptionsListUtilsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ describe('OptionsListUtils', () => {
);
expect(largeWrongSearchResult.categoryOptions).toStrictEqual(largeWrongSearchResultList);

const emptyResult = OptionsListUtils.getNewChatOptions(REPORTS, PERSONAL_DETAILS, [], search, selectedOptions, [], false, false, true, emptyCategoriesList);
const emptyResult = OptionsListUtils.getFilteredOptions(REPORTS, PERSONAL_DETAILS, [], search, selectedOptions, [], false, false, true, emptyCategoriesList);
expect(emptyResult.categoryOptions).toStrictEqual(emptySelectedResultList);
});

Expand Down

0 comments on commit 8753fa3

Please sign in to comment.