1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix PrometheusHandler describe text

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-03-10 14:01:09 -05:00
parent 604a143ec5
commit a6ae8f1802

View File

@ -43,7 +43,7 @@ const createTestPrometheusProvider = (kind: string, alwaysFail: ServiceResult):
},
});
describe("ContextHandler", () => {
describe("PrometheusHandler", () => {
let di: DiContainer;
let cluster: Cluster;