Skip to content

Commit

Permalink
Update projects/igniteui-angular/src/lib/query-builder/query-builder.…
Browse files Browse the repository at this point in the history
…component.spec.ts

Co-authored-by: Galina Edinakova <[email protected]>
  • Loading branch information
teodosiah and gedinakova authored Feb 7, 2025
1 parent 5b30ffa commit d6e4fb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ describe('IgxQueryBuilder', () => {
expect(queryBuilder.queryTree.hasEditedExpression).toBeFalse();
}));

it('Should show add expression button when there is expression in add mode.', fakeAsync(() => {
it('Should show add expression button when there is an expression in add mode.', fakeAsync(() => {
queryBuilder.expressionTree = QueryBuilderFunctions.generateExpressionTree();
fix.detectChanges();
tick(100);
Expand Down

0 comments on commit d6e4fb2

Please sign in to comment.