From 2fb47fd87cc5f5779f124bdbe0c642127fdc9150 Mon Sep 17 00:00:00 2001 From: Amber Torrise Date: Thu, 14 Mar 2024 16:28:05 -0400 Subject: [PATCH] seeing if tests pass Signed-off-by: Amber Torrise --- __tests__/pluginDef.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/pluginDef.test.ts b/__tests__/pluginDef.test.ts index df9c189..ff59a2d 100644 --- a/__tests__/pluginDef.test.ts +++ b/__tests__/pluginDef.test.ts @@ -17,7 +17,7 @@ describe("plug-in definition", () => { expect(pluginDef.name).toBe("zowe-cli-sample"); expect(pluginDef.pluginLifeCycle).toContain("LifeCycleForSample"); expect(pluginDef.pluginSummary).toBe("Zowe CLI sample plug-in"); - expect(pluginDef.productDisplayName).toBe("Zowe CLI Sample plug-in"); + expect(pluginDef.productDisplayName).toBe("Zowe CLI Sample Plug-in"); expect(pluginDef.rootCommandDescription).toContain("Welcome to the sample plug-in"); });