Skip to content

Commit 1807c5b

Browse files
authored
fix(select): lint issue (#6497)
1 parent b5fc68b commit 1807c5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/select/select.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,6 @@ describe('MdSelect', () => {
18431843
fixture.destroy();
18441844

18451845
const multiFixture = TestBed.createComponent(MultiSelect);
1846-
const instance = multiFixture.componentInstance;
18471846

18481847
multiFixture.detectChanges();
18491848
select = multiFixture.debugElement.query(By.css('md-select')).nativeElement;

0 commit comments

Comments
 (0)