Skip to content

Commit 733962a

Browse files
committed
chore(*): remove fit from test
1 parent bf32551 commit 733962a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ describe('Basic IgxPivotGrid #pivotGrid', () => {
788788
expect(pivotGrid.pivotConfiguration.values.map(x => x.member)).toEqual(['UnitPrice', 'UnitsSold']);
789789

790790
});
791-
fit('should allow moving dimension between rows, columns and filters.', () => {
791+
it('should allow moving dimension between rows, columns and filters.', () => {
792792
const pivotGrid = fixture.componentInstance.pivotGrid;
793793
pivotGrid.pivotConfiguration.filters = [{
794794
memberName: 'SellerName',

0 commit comments

Comments
 (0)