udpate unit tests

This commit is contained in:
Denys Vuika
2017-10-23 15:41:50 +01:00
parent b922ca8d40
commit e2e473e71b
5 changed files with 18 additions and 18 deletions

View File

@@ -18,7 +18,7 @@
import { TestBed, async } from '@angular/core/testing';
import { RouterTestingModule } from '@angular/router/testing';
import { Observable } from 'rxjs/Rx';
import { MaterialModule } from '@angular/material';
import { MaterialModule } from '../../common/material.module';
import { CoreModule, PeopleContentService } from 'ng2-alfresco-core';
import { CurrentUserComponent } from './current-user.component';