Skip to content

Commit 4220d78

Browse files
committed
fix(*): Unfocused expressions tree util tests
1 parent 72b6c83 commit 4220d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/data-operations/expressions-tree-util.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function checkOp(op: IFilteringExpression, reconstructedOp: IFilteringExpression
2222
}
2323
}
2424

25-
fdescribe('Unit testing FilteringUtil', () => {
25+
describe('Unit testing FilteringUtil', () => {
2626
it('Expressions should resolve correctly when rehydrating with fields', () => {
2727
const tree = new FilteringExpressionsTree(FilteringLogic.Or, 'myField', 'myEntity', ['*']);
2828
const currDate = new Date();

0 commit comments

Comments
 (0)