Skip to content

Commit

Permalink
chore(IgxTreeGrid): Remove fit. #2921
Browse files Browse the repository at this point in the history
  • Loading branch information
IvayloG authored and wnvko committed Dec 5, 2018
1 parent bfc1a49 commit 9098a78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ fdescribe('IgxTreeGrid - Integration', () => {
expect(trans.canUndo).toBe(false);
}));

fit('Editing a cell is possible with Hierarchical DS', fakeAsync(() => {
it('Editing a cell is possible with Hierarchical DS', fakeAsync(() => {
fix = TestBed.createComponent(IgxTreeGridRowEditingHierarchicalDSTransactionComponent);
fix.detectChanges();
treeGrid = fix.componentInstance.treeGrid as IgxTreeGridComponent;
Expand Down

0 comments on commit 9098a78

Please sign in to comment.