Skip to content

Commit

Permalink
chore: fix broken chips test (#2331)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn authored Dec 21, 2016
1 parent b842b32 commit 81bcea1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/chips/chip-list.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ describe('MdChipList', () => {
});

TestBed.compileComponents();
}));

beforeEach(() => {
fixture = TestBed.createComponent(StaticChipList);
fixture.detectChanges();

Expand All @@ -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', () => {
Expand Down

0 comments on commit 81bcea1

Please sign in to comment.