Skip to content

Commit 88a309b

Browse files
Martin DragnevMartin Dragnev
authored andcommitted
chore(*): fixing a type mistake
1 parent ed891ba commit 88a309b

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ describe('Row Pinning #grid', () => {
219219
expect(grid.getRowByIndex(1).rowID).toBe(fix.componentInstance.data[1]);
220220
});
221221
});
222-
fdescribe('Row pinning with MRL', () => {
222+
describe('Row pinning with MRL', () => {
223223
beforeEach(fakeAsync(() => {
224224
fix = TestBed.createComponent(GridRowPinningWithMRLComponent);
225225
fix.detectChanges();

0 commit comments

Comments
 (0)