From d6e53ce3097f31b5948bef390e2bd9a00f7ca225 Mon Sep 17 00:00:00 2001 From: Arcadio Quintero Date: Wed, 19 Feb 2025 09:36:37 -0500 Subject: [PATCH] feat(edit-content) fix lint --- .../dot-edit-content-sidebar.component.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core-web/libs/edit-content/src/lib/components/dot-edit-content-sidebar/dot-edit-content-sidebar.component.spec.ts b/core-web/libs/edit-content/src/lib/components/dot-edit-content-sidebar/dot-edit-content-sidebar.component.spec.ts index 342b5181435..b30bdb99150 100644 --- a/core-web/libs/edit-content/src/lib/components/dot-edit-content-sidebar/dot-edit-content-sidebar.component.spec.ts +++ b/core-web/libs/edit-content/src/lib/components/dot-edit-content-sidebar/dot-edit-content-sidebar.component.spec.ts @@ -1,4 +1,3 @@ -import { fakeAsync, tick } from '@angular/core/testing'; import { byTestId, createComponentFactory, @@ -9,6 +8,7 @@ import { import { MockComponent } from 'ng-mocks'; import { of } from 'rxjs'; +import { fakeAsync, tick } from '@angular/core/testing'; import { ActivatedRoute, Router } from '@angular/router'; import { MessageService } from 'primeng/api'; @@ -25,7 +25,6 @@ import { DotWorkflowsActionsService, DotWorkflowService } from '@dotcms/data-access'; - import { MOCK_SINGLE_WORKFLOW_ACTIONS } from '@dotcms/utils-testing'; import { DotEditContentSidebarInformationComponent } from './components/dot-edit-content-sidebar-information/dot-edit-content-sidebar-information.component';