Skip to content

Commit 91cee36

Browse files
committed
SVG participants have title now
1 parent 0698f86 commit 91cee36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/net/sourceforge/plantuml/servlet/TestSVG.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ public void testSequenceDiagramContent() throws IOException {
111111
aliceCounter++;
112112
}
113113
}
114-
Assertions.assertTrue(bobCounter == 2);
115-
Assertions.assertTrue(aliceCounter == 2);
114+
Assertions.assertTrue(bobCounter == 3);
115+
Assertions.assertTrue(aliceCounter == 3);
116116
}
117117
}
118118

0 commit comments

Comments
 (0)