Skip to content

Commit 4a1496d

Browse files
committed
chore(*): fix lint errors
1 parent b801088 commit 4a1496d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/state.directive.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ describe('IgxGridState - input properties #grid', () => {
182182
const fix = TestBed.createComponent(IgxGridStateComponent);
183183
fix.detectChanges();
184184
const grid = fix.componentInstance.grid;
185-
grid.getCellByColumn(0, "OrderDate").value = null;
185+
grid.getCellByColumn(0, 'OrderDate').value = null;
186186
fix.detectChanges();
187187
const state = fix.componentInstance.state;
188188

0 commit comments

Comments
 (0)