Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-7-15-25'

This commit is contained in:
Ryan Kurtz
2025-07-16 06:12:38 -04:00

View File

@@ -39,7 +39,9 @@ public class FlowChartLayoutTest extends AbstractFlowChartLayoutTest {
edge(A, B);
edge(A, C);
showGraph();
applyLayout();
// showGraph();
assertVertices("""
....