Skip to content

Commit 901a37c

Browse files
committed
chore(*): Reenable pivot pipes test.
1 parent 62348ee commit 901a37c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,7 @@ describe('Pivot pipes', () => {
205205
{ ProductCategory: 'Components', All: 240, 'All-USA': 240, ProductCategory_level: 1 }]);
206206
});
207207

208-
// xit-ing because of https://github.com/IgniteUI/igniteui-angular/issues/10546
209-
xit('transforms flat data to pivot data multiple row dimensions', () => {
208+
it('transforms flat data to pivot data multiple row dimensions', () => {
210209
pivotConfig.rows = [
211210
{
212211
memberName: 'ProductCategory',

0 commit comments

Comments
 (0)