Skip to content

Commit

Permalink
fix(select): lint issue (#6497)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Aug 16, 2017
1 parent b5fc68b commit 1807c5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/select/select.spec.ts
Expand Up @@ -1843,7 +1843,6 @@ describe('MdSelect', () => {
fixture.destroy();

const multiFixture = TestBed.createComponent(MultiSelect);
const instance = multiFixture.componentInstance;

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

0 comments on commit 1807c5b

Please sign in to comment.