From 1b7d28e34a86021b1c9fab9d95eec288ac74f993 Mon Sep 17 00:00:00 2001 From: Rhys Lewis Date: Tue, 17 Sep 2024 12:01:21 +0100 Subject: [PATCH] linting --- .../__tests__/mot-no-evidence-confirmation.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;