Skip to content

Commit 5a2006b

Browse files
committed
chore(*): fixed lint error
1 parent 38a9c46 commit 5a2006b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ describe('IgxHierarchicalGrid Row Islands #hGrid', () => {
757757
fixture.detectChanges();
758758

759759
const rowIsland1 = fixture.componentInstance.rowIsland1 as IgxRowIslandComponent;
760-
rowIsland1.filter('ProductName', 'Child12', IgxStringFilteringOperand.instance().condition("contains"), true);
760+
rowIsland1.filter('ProductName', 'Child12', IgxStringFilteringOperand.instance().condition('contains'), true);
761761

762762
const row = hierarchicalGrid.getRowByIndex(0) as IgxHierarchicalRowComponent;
763763
UIInteractions.simulateClickAndSelectEvent(row.expander);

0 commit comments

Comments
 (0)