Skip to content

Commit f8d3d70

Browse files
committed
chore(pivot): Change tests due to merge changes
1 parent 1c55012 commit f8d3d70

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-grid.spec.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,10 @@ describe('IgxPivotGrid complex hierarchy #pivotGrid', () => {
475475
}, {
476476
ProductCategory: 'Bikes', 'All cities': 'All Cities',
477477
ProductCategory_level: 1, 'All cities_level': 0,
478-
'Uruguay-UnitsSold': 68, 'Uruguay-AmountOfSale': 242.08
478+
'Uruguay-UnitsSold': 68, 'Uruguay-AmountOfSale': 242.08,
479+
City: 'Ciudad de la Costa', Country: 'Uruguay',
480+
Date: '01/06/2011', SellerName: 'Lydia Burson',
481+
UnitPrice: 3.56, UnitsSold: 68
479482
}, {
480483
ProductCategory: 'Clothing', 'All cities': 'All Cities',
481484
ProductCategory_level: 1, 'All cities_level': 0, 'Bulgaria-UnitsSold': 282,
@@ -484,7 +487,9 @@ describe('IgxPivotGrid complex hierarchy #pivotGrid', () => {
484487
}, {
485488
ProductCategory: 'Accessories', 'All cities': 'All Cities',
486489
ProductCategory_level: 1, 'All cities_level': 0,
487-
'UK-UnitsSold': 293, 'UK-AmountOfSale': 25074.94
490+
'UK-UnitsSold': 293, 'UK-AmountOfSale': 25074.94,
491+
City: 'London', Country: 'UK', Date: '04/07/2012',
492+
SellerName: 'David Haley', UnitPrice: 85.58, UnitsSold: 293
488493
}, {
489494
ProductCategory: 'Components', 'All cities': 'All Cities',
490495
ProductCategory_level: 1, 'All cities_level': 0,

0 commit comments

Comments
 (0)