Skip to content

Commit 388be48

Browse files
committed
fix lint
1 parent 3a10cf6 commit 388be48

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lib/select/select.spec.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,9 +1173,6 @@ describe('MdSelect', () => {
11731173
});
11741174

11751175
it('should adjust position of centered option if there is little space above', async(() => {
1176-
const formField = fixture.debugElement.query(By.css('.mat-form-field')).nativeElement;
1177-
const trigger = fixture.debugElement.query(By.css('.mat-select-trigger')).nativeElement;
1178-
11791176
const selectMenuHeight = 256;
11801177
const selectMenuViewportPadding = 8;
11811178
const selectItemHeight = 48;
@@ -1229,9 +1226,6 @@ describe('MdSelect', () => {
12291226
}));
12301227

12311228
it('should adjust position of centered option if there is little space below', async(() => {
1232-
const formField = fixture.debugElement.query(By.css('.mat-form-field')).nativeElement;
1233-
const trigger = fixture.debugElement.query(By.css('.mat-select-trigger')).nativeElement;
1234-
12351229
const selectMenuHeight = 256;
12361230
const selectMenuViewportPadding = 8;
12371231
const selectItemHeight = 48;

0 commit comments

Comments
 (0)