X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4ad6191d53207a8b2d4c0c8a30b18119daaa5fbc..44c8f9ed561513b607d3eca752ad3e1efd376f56:/services/workbench2/src/store/context-menu/context-menu-actions.test.ts diff --git a/services/workbench2/src/store/context-menu/context-menu-actions.test.ts b/services/workbench2/src/store/context-menu/context-menu-actions.test.ts index 623c45088c..a8b8e4089c 100644 --- a/services/workbench2/src/store/context-menu/context-menu-actions.test.ts +++ b/services/workbench2/src/store/context-menu/context-menu-actions.test.ts @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { ContextMenuKind } from 'views-components/context-menu/context-menu'; +import { ContextMenuKind } from 'views-components/context-menu/menu-item-sort'; import { resourceUuidToContextMenuKind } from './context-menu-actions'; import configureStore from 'redux-mock-store'; import thunk from 'redux-thunk';