Skip to content

Commit ee0e4c0

Browse files
.
1 parent cb57d23 commit ee0e4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structurizr-export/src/test/java/com/structurizr/export/plantuml/StructurizrPlantUMLDiagramExporterTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ public void dynamicView_SequenceStyle_NoStyling_Light() {
693693
participant "A\\n<size:16>[Software System]</size>" as A <<Element-RWxlbWVudA==>> #ffffff
694694
participant "B\\n<size:16>[Software System]</size>" as B <<Element-RWxlbWVudA==>> #ffffff
695695
696-
A -> B <<Relationship-UmVsYXRpb25zaGlw>> : 1. Uses\\n<size:16>[JSON/HTTPS]</size>
696+
A -> B <<Relationship-UmVsYXRpb25zaGlw>> : 1: Uses\\n<size:16>[JSON/HTTPS]</size>
697697
698698
@enduml""", diagram.getDefinition());
699699

0 commit comments

Comments
 (0)