Skip to content

Commit ae943f4

Browse files
committed
fix travis test
1 parent 8cc8236 commit ae943f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/list/selection-list.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {async, TestBed, ComponentFixture, inject} from '@angular/core/testing';
2-
import {Component, DebugElement, ViewChildren} from '@angular/core';
2+
import {Component, DebugElement} from '@angular/core';
33
import {By} from '@angular/platform-browser';
44
import {MdSelectionList, MdListOption, MdListModule} from './index';
55
import {createKeyboardEvent} from '@angular/cdk/testing';

0 commit comments

Comments
 (0)