You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('should return getMemberSections result when type is EXPENSE and groupBy is member',()=>{
1327
-
expect(SearchUIUtils.getSections(CONST.SEARCH.DATA_TYPES.EXPENSE,searchResults.data,searchResults.search,CONST.SEARCH.GROUP_BY.MEMBERS)).toStrictEqual([]);// s77rt update test
1327
+
expect(SearchUIUtils.getSections(CONST.SEARCH.DATA_TYPES.EXPENSE,searchResults.data,searchResults.search,formatPhoneNumber,CONST.SEARCH.GROUP_BY.MEMBERS)).toStrictEqual([]);// s77rt update test
1328
1328
});
1329
1329
1330
1330
it('should return getMemberSections result when type is TRIP and groupBy is member',()=>{
1331
-
expect(SearchUIUtils.getSections(CONST.SEARCH.DATA_TYPES.TRIP,searchResults.data,searchResults.search,CONST.SEARCH.GROUP_BY.MEMBERS)).toStrictEqual([]);// s77rt update test
1331
+
expect(SearchUIUtils.getSections(CONST.SEARCH.DATA_TYPES.TRIP,searchResults.data,searchResults.search,formatPhoneNumber,CONST.SEARCH.GROUP_BY.MEMBERS)).toStrictEqual([]);// s77rt update test
1332
1332
});
1333
1333
1334
1334
it('should return getMemberSections result when type is INVOICE and groupBy is member',()=>{
1335
-
expect(SearchUIUtils.getSections(CONST.SEARCH.DATA_TYPES.INVOICE,searchResults.data,searchResults.search,CONST.SEARCH.GROUP_BY.MEMBERS)).toStrictEqual([]);// s77rt update test
1335
+
expect(SearchUIUtils.getSections(CONST.SEARCH.DATA_TYPES.INVOICE,searchResults.data,searchResults.search,formatPhoneNumber,CONST.SEARCH.GROUP_BY.MEMBERS)).toStrictEqual([]);// s77rt update test
0 commit comments