diff --git a/src/app/pages/waiting-room-to-car/components/mot-components/mot-no-evidence-confirmation/__tests__/mot-no-evidence-confirmation.spec.ts b/src/app/pages/waiting-room-to-car/components/mot-components/mot-no-evidence-confirmation/__tests__/mot-no-evidence-confirmation.spec.ts index a3c081a48..e79e7c697 100644 --- a/src/app/pages/waiting-room-to-car/components/mot-components/mot-no-evidence-confirmation/__tests__/mot-no-evidence-confirmation.spec.ts +++ b/src/app/pages/waiting-room-to-car/components/mot-components/mot-no-evidence-confirmation/__tests__/mot-no-evidence-confirmation.spec.ts @@ -11,8 +11,8 @@ import { SetActivityCode } from '@store/tests/activity-code/activity-code.action import { testsReducer } from '@store/tests/tests.reducer'; import { ReactiveFormsModule } from '@angular/forms'; +import { ActivityCodes } from '@shared/models/activity-codes'; import { MotNoEvidenceConfirmationComponent } from '../mot-no-evidence-confirmation'; -import {ActivityCodes} from '@shared/models/activity-codes'; describe('MotNoEvidenceConfirmationComponent', () => { let fixture: ComponentFixture;