Skip to content

Commit

Permalink
ACS-8706 change incorrect import path
Browse files Browse the repository at this point in the history
  • Loading branch information
g-jaskowski committed Nov 7, 2024
1 parent 1514fd6 commit b049db0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { ContentActionType } from '@alfresco/adf-extensions';
import { CONTEXT_MENU_CUSTOM_ACTIONS } from './custom-context-menu-actions.token';
import { MockStore, provideMockStore } from '@ngrx/store/testing';
import { Store } from '@ngrx/store';
import { initialState } from '../../../../../aca-shared/src/lib/testing/lib-testing-module';
import { initialState } from '@alfresco/aca-shared';

describe('ContextMenuComponent', () => {
let fixture: ComponentFixture<CustomContextMenuComponent>;
Expand Down

0 comments on commit b049db0

Please sign in to comment.