File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
projects/igniteui-angular/src/lib/grids/grid Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ describe('IgxGrid - Row Selection', () => {
28
28
GridSummaryComponent ,
29
29
GridCancelableComponent ,
30
30
GridFeaturesComponent ,
31
- HierarchicalGridRowSelectableIsland
31
+ HierarchicalGridRowSelectableIslandComponent
32
32
] ,
33
33
imports : [
34
34
NoopAnimationsModule ,
@@ -968,7 +968,7 @@ describe('IgxGrid - Row Selection', () => {
968
968
969
969
it ( 'Set rowSelectable on HGrid row island' , fakeAsync ( ( ) => {
970
970
expect ( ( ) => {
971
- const fix = TestBed . createComponent ( HierarchicalGridRowSelectableIsland ) ;
971
+ const fix = TestBed . createComponent ( HierarchicalGridRowSelectableIslandComponent ) ;
972
972
fix . detectChanges ( ) ;
973
973
} ) . not . toThrow ( ) ;
974
974
} ) ) ;
@@ -1153,4 +1153,4 @@ export class GridFeaturesComponent {
1153
1153
</igx-row-island>
1154
1154
</igx-hierarchical-grid>`
1155
1155
} )
1156
- export class HierarchicalGridRowSelectableIsland extends IgxHierarchicalGridMultiLayoutComponent { }
1156
+ export class HierarchicalGridRowSelectableIslandComponent extends IgxHierarchicalGridMultiLayoutComponent { }
You can’t perform that action at this time.
0 commit comments