Skip to content

Commit 42067ac

Browse files
author
ddaribo
committed
chore(stepper): minor type change
1 parent f449e69 commit 42067ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/stepper/stepper.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ describe('Rendering Tests', () => {
443443
fix.detectChanges();
444444

445445
let positions = getStepperPositions();
446-
positions.forEach((pos: string) => {
446+
positions.forEach((pos: IgxStepperTitlePosition) => {
447447
stepper.horizontalTitlePosition = pos;
448448
fix.detectChanges();
449449

@@ -456,7 +456,7 @@ describe('Rendering Tests', () => {
456456
fix.detectChanges();
457457

458458
positions = getStepperPositions();
459-
positions.forEach((pos: string) => {
459+
positions.forEach((pos: IgxStepperTitlePosition) => {
460460
stepper.verticalTitlePosition = pos;
461461
fix.detectChanges();
462462

0 commit comments

Comments
 (0)