Skip to content

Commit

Permalink
SVG participants have title now
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroques committed Jan 7, 2025
1 parent 0698f86 commit 91cee36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/net/sourceforge/plantuml/servlet/TestSVG.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ public void testSequenceDiagramContent() throws IOException {
aliceCounter++;
}
}
Assertions.assertTrue(bobCounter == 2);
Assertions.assertTrue(aliceCounter == 2);
Assertions.assertTrue(bobCounter == 3);
Assertions.assertTrue(aliceCounter == 3);
}
}

Expand Down

0 comments on commit 91cee36

Please sign in to comment.