Skip to content

Commit

Permalink
Fix test comment
Browse files Browse the repository at this point in the history
Signed-off-by: CTomlyn <[email protected]>
  • Loading branch information
tomlyn committed Feb 16, 2024
1 parent 5b8380a commit ba36c23
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ba36c23

Please sign in to comment.