1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2025-02-13 07:49:02 +00:00

SVG participants have title now

This commit is contained in:
Arnaud Roques 2025-01-07 21:26:51 +01:00
parent 0698f86241
commit 91cee36b32

View File

@ -111,8 +111,8 @@ public class TestSVG extends WebappTestCase {
aliceCounter++; aliceCounter++;
} }
} }
Assertions.assertTrue(bobCounter == 2); Assertions.assertTrue(bobCounter == 3);
Assertions.assertTrue(aliceCounter == 2); Assertions.assertTrue(aliceCounter == 3);
} }
} }