Skip to content

Commit 5d2cca5

Browse files
MKirovaMKirova
MKirova
authored and
MKirova
committed
chore(*): Fixing lint.
1 parent 16b77b8 commit 5d2cca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ describe('Row Pinning #grid', () => {
234234
expect(grid.getRowByIndex(1).rowID).toBe(fix.componentInstance.data[1]);
235235

236236
// check unpinned rows data is sorted
237-
const lastIndex = fix.componentInstance.data.length - 1;
237+
const lastIndex = fix.componentInstance.data.length - 1;
238238
expect(grid.getRowByIndex(2).rowID).toBe(fix.componentInstance.data[lastIndex]);
239239
});
240240
});

0 commit comments

Comments
 (0)