Skip to content

Commit b4e8c7d

Browse files
authored
fix(tabs): remove forRoot that was missed (#4328)
1 parent af978cd commit b4e8c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tabs/tab-group.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ describe('MdTabGroup', () => {
294294
describe('nested MdTabGroup with enabled animations', () => {
295295
beforeEach(async(() => {
296296
TestBed.configureTestingModule({
297-
imports: [MdTabsModule.forRoot(), BrowserAnimationsModule],
297+
imports: [MdTabsModule, BrowserAnimationsModule],
298298
declarations: [NestedTabs]
299299
});
300300

0 commit comments

Comments
 (0)