File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import { createPaginatedList } from '../../shared/testing/utils.test';
3131import { VarDirective } from '../../shared/utils/var.directive' ;
3232import { AuditOverviewComponent } from './audit-overview.component' ;
3333
34- fdescribe ( 'AuditOverviewComponent' , ( ) => {
34+ describe ( 'AuditOverviewComponent' , ( ) => {
3535 let component : AuditOverviewComponent ;
3636 let fixture : ComponentFixture < AuditOverviewComponent > ;
3737
Original file line number Diff line number Diff line change 1- import { AuditDetails } from '@core/audit/audit-data.service' ;
21import { of } from 'rxjs' ;
32
3+ import { AuditDetails } from '../../core/audit/audit-data.service' ;
44import { Audit } from '../../core/audit/model/audit.model' ;
55import { EPerson } from '../../core/eperson/models/eperson.model' ;
66
You can’t perform that action at this time.
0 commit comments