Skip to content

Commit 3822e2d

Browse files
refactor(audit): update import path for AuditDetails in mock and adjust test suite
ref: DSC-2753
1 parent 954775b commit 3822e2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/audit-page/overview/audit-overview.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { createPaginatedList } from '../../shared/testing/utils.test';
3131
import { VarDirective } from '../../shared/utils/var.directive';
3232
import { AuditOverviewComponent } from './audit-overview.component';
3333

34-
fdescribe('AuditOverviewComponent', () => {
34+
describe('AuditOverviewComponent', () => {
3535
let component: AuditOverviewComponent;
3636
let fixture: ComponentFixture<AuditOverviewComponent>;
3737

src/app/shared/testing/audit.mock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { AuditDetails } from '@core/audit/audit-data.service';
21
import { of } from 'rxjs';
32

3+
import { AuditDetails } from '../../core/audit/audit-data.service';
44
import { Audit } from '../../core/audit/model/audit.model';
55
import { EPerson } from '../../core/eperson/models/eperson.model';
66

0 commit comments

Comments
 (0)