Updated cypress test for self-loops

This commit is contained in:
Knut Sveidqvist
2024-09-05 17:47:12 +02:00
parent 0d7aaae0ff
commit aa259e03f2

View File

@@ -1062,7 +1062,12 @@ end
subgraph C
subgraph C1
C2 --> C2
subgraph D
D1 --> D1
end
D --> D
end
C1 --> C1
end
`,
{