From 6d75f19f7de40b4c9201d2856e48cc41c0677bc0 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Mon, 15 May 2023 13:43:03 -0400 Subject: [PATCH] chore: Fix tests after rebase Signed-off-by: Sebastian Malton --- .../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 1ab539d22d..d3635aaa56 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/custom-resources/navigate-to-custom-resources.injectable"; +import navigateToCustomResourcesInjectable from "../../common/front-end-routing/routes/cluster/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";