Skip to content

Commit 9ec1613

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Fix lint.
1 parent 2583aee commit 9ec1613

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2621,7 +2621,6 @@ describe('IgxPivotGrid #pivotGrid', () => {
26212621
});
26222622

26232623
it('should allow setting aggregatorName instead of aggregator.', () => {
2624-
const pivotGrid = fixture.componentInstance.pivotGrid;
26252624
pivotGrid.pivotConfiguration.values = [
26262625
{
26272626
member: 'UnitsSold',
@@ -2643,7 +2642,6 @@ describe('IgxPivotGrid #pivotGrid', () => {
26432642
});
26442643

26452644
it('should use aggregatorName if both aggregatorName and aggregator are set at the same time.', () => {
2646-
const pivotGrid = fixture.componentInstance.pivotGrid;
26472645
pivotGrid.pivotConfiguration.values = [
26482646
{
26492647
member: 'UnitsSold',

0 commit comments

Comments
 (0)