From 81bcea1fe84ebc708899656a280db82c2fc8e4ba Mon Sep 17 00:00:00 2001 From: Jeremy Elbourn Date: Wed, 21 Dec 2016 13:22:30 -0800 Subject: [PATCH] chore: fix broken chips test (#2331) --- src/lib/chips/chip-list.spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/chips/chip-list.spec.ts b/src/lib/chips/chip-list.spec.ts index 548f1b2230e3..5e5073bccf52 100644 --- a/src/lib/chips/chip-list.spec.ts +++ b/src/lib/chips/chip-list.spec.ts @@ -24,7 +24,9 @@ describe('MdChipList', () => { }); TestBed.compileComponents(); + })); + beforeEach(() => { fixture = TestBed.createComponent(StaticChipList); fixture.detectChanges(); @@ -33,7 +35,7 @@ describe('MdChipList', () => { chipListInstance = chipListDebugElement.componentInstance; testComponent = fixture.debugElement.componentInstance; chips = chipListInstance.chips; - })); + }); describe('basic behaviors', () => { it('adds the `md-chip-list` class', () => {