From 1b43de50fe6431367bf259799f5e0b42f6b38ad9 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 23 May 2023 09:09:13 -0400 Subject: [PATCH] Revert "chore: Fix tests after rebase" This reverts commit 58426370de780e10962ff47b29cca526be52ab68. --- .../features/custom-resources/view-with-extra-columns.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/features/custom-resources/view-with-extra-columns.test.ts b/packages/core/src/features/custom-resources/view-with-extra-columns.test.ts index d3635aaa56..1ab539d22d 100644 --- a/packages/core/src/features/custom-resources/view-with-extra-columns.test.ts +++ b/packages/core/src/features/custom-resources/view-with-extra-columns.test.ts @@ -6,7 +6,7 @@ import type { KubeObjectMetadata, KubeObjectScope } from "@k8slens/kube-object"; import { KubeObject, CustomResourceDefinition } from "@k8slens/kube-object"; import type { RenderResult } from "@testing-library/react"; -import navigateToCustomResourcesInjectable from "../../common/front-end-routing/routes/cluster/custom-resources/navigate-to-custom-resources.injectable"; +import navigateToCustomResourcesInjectable from "../../common/front-end-routing/routes/cluster/custom-resources/custom-resources/navigate-to-custom-resources.injectable"; import apiManagerInjectable from "../../common/k8s-api/api-manager/manager.injectable"; import type { CustomResourceStore } from "../../common/k8s-api/api-manager/resource.store"; import type { CustomResourceDefinitionStore } from "../../renderer/components/custom-resources/definition.store";