Skip to content

Commit

Permalink
Update src/UI/Components/Diagram/actions.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas <[email protected]>
  • Loading branch information
matborowczyk and LukasStordeur authored Oct 25, 2024
1 parent 3a03cb4 commit 42c55c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/Components/Diagram/actions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ describe("appendInstance", () => {
should_deploy_fail: false,
});

//assert that the first cell is the container-service, which would be embedded entity of container-service and would be targer point of inter-service relation in edit mode and has it's attributes set as expected
//assert that the first cell is the container-service, which would be embedded entity of container-service and would be target point of inter-service relation in edit mode and has its attributes set as expected
expect(filteredCells[3].get("entityName")).toBe("child_container");
expect(filteredCells[3].get("isCore")).toBe(undefined);
expect(filteredCells[3].get("isEmbedded")).toBe(true);
Expand Down

0 comments on commit 42c55c2

Please sign in to comment.