Skip to content

Commit 7c56cfd

Browse files
committed
chore(grid): change fit to it
1 parent 42420a4 commit 7c56cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ describe('Row Pinning #grid', () => {
611611
expect(paginator.totalPages).toEqual(3);
612612
});
613613

614-
fit('should have the correct records shown for pages with pinned rows', () => {
614+
it('should have the correct records shown for pages with pinned rows', () => {
615615
grid.gridAPI.get_row_by_index(0).pin();
616616

617617
let rows = grid.rowList.toArray();

0 commit comments

Comments
 (0)