1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-05-31 23:50:49 +00:00

Update tests

This commit is contained in:
Arnaud Roques 2021-10-07 18:57:48 +02:00
parent 637adfa6cb
commit 75006da678

View File

@ -37,7 +37,7 @@ class SkinParamTest {
public void testDefaultValues(UmlDiagramType umlDiagramType) {
final SkinParam skinParam = SkinParam.create(umlDiagramType);
final Stereotype fooStereotype = new Stereotype("foo");
final Stereotype fooStereotype = Stereotype.build("<<foo>>");
assertThat(skinParam.actorStyle()).isEqualTo(ActorStyle.STICKMAN);