From ba36c231f42ac7ff3fb5db45145c365a29ae80c2 Mon Sep 17 00:00:00 2001 From: CTomlyn Date: Thu, 15 Feb 2024 16:16:39 -0800 Subject: [PATCH] Fix test comment Signed-off-by: CTomlyn --- .../__tests__/command-actions/create-auto-node-action-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/canvas_modules/common-canvas/__tests__/command-actions/create-auto-node-action-test.js b/canvas_modules/common-canvas/__tests__/command-actions/create-auto-node-action-test.js index d24ad8d52b..4b3e552ab2 100644 --- a/canvas_modules/common-canvas/__tests__/command-actions/create-auto-node-action-test.js +++ b/canvas_modules/common-canvas/__tests__/command-actions/create-auto-node-action-test.js @@ -25,9 +25,9 @@ deepFreeze(startPipelineFlow); canvasController.setPipelineFlow(startPipelineFlow); -describe("DisplaySubPipeline action handles calls correctly", () => { +describe("CreateAutoNodeAction action handles calls correctly", () => { - it("should handle calls, undo, and redo to multiple actions", () => { + it("should handle do, undo, and redo to add/remove node and a link", () => { // Check the initial contents of the pipeline expect(canvasController.getLinks()).to.have.length(9); expect(canvasController.getNodes()).to.have.length(5);