Skip to content

Commit

Permalink
renaming file to correct spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Amber Torrise <[email protected]>
  • Loading branch information
Amber Torrise committed Mar 14, 2024
1 parent 57dfc17 commit 719d590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ describe("plugin definition", () => {
it("pluginDef should match expected values", () => {
const pluginDef = require("../src/pluginDef");
expect(pluginDef.name).toBe("zowe-cli-sample");
expect(pluginDef.pluginSummary).toBe("Zowe CLI sample plug-in");
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.rootCommandDescription).toContain("Welcome to the sample plug-in");
});
Expand Down

0 comments on commit 719d590

Please sign in to comment.