We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fc68b commit 1807c5bCopy full SHA for 1807c5b
src/lib/select/select.spec.ts
@@ -1843,7 +1843,6 @@ describe('MdSelect', () => {
1843
fixture.destroy();
1844
1845
const multiFixture = TestBed.createComponent(MultiSelect);
1846
- const instance = multiFixture.componentInstance;
1847
1848
multiFixture.detectChanges();
1849
select = multiFixture.debugElement.query(By.css('md-select')).nativeElement;
0 commit comments