From 86315689eeb41ee4b3b3aecb49ba654da83f66c7 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Thu, 20 May 2021 13:05:23 +0300 Subject: [PATCH] test fix Signed-off-by: Jari Kolehmainen --- src/main/catalog/__tests__/catalog-entity-registry.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/catalog/__tests__/catalog-entity-registry.test.ts b/src/main/catalog/__tests__/catalog-entity-registry.test.ts index 607389d72f..fff3faa3d9 100644 --- a/src/main/catalog/__tests__/catalog-entity-registry.test.ts +++ b/src/main/catalog/__tests__/catalog-entity-registry.test.ts @@ -26,7 +26,7 @@ import { CatalogEntityRegistry } from "../catalog-entity-registry"; class InvalidEntity extends CatalogEntity { public readonly apiVersion = "entity.k8slens.dev/v1alpha1"; - public readonly kind = "WebLink"; + public readonly kind = "Invalid"; async onRun() { return;