Skip to content

Commit 25f2e32

Browse files
committed
test(Filtering): Adding one more IExpressionTree test.
1 parent 81fdcf6 commit 25f2e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ describe('IgxGrid - Advanced Filtering #grid - ', () => {
14221422
expect(grid.rowList.length).toBe(2);
14231423
}));
14241424

1425-
xit('should correctly filter when binding to a declared IFilteringExpressionsTree object.', fakeAsync(() => {
1425+
it('should correctly filter when binding to a declared IFilteringExpressionsTree object.', fakeAsync(() => {
14261426
const errorSpy = spyOn(console, 'error');
14271427
let fix = TestBed.createComponent(IgxGridAdvancedFilteringSerializedTreeComponent);
14281428
fix.detectChanges();

0 commit comments

Comments
 (0)