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"); });