Skip to content

Commit 3714003

Browse files
committed
fixes test
Signed-off-by: Christian Biasuzzi <christian.biasuzzi@soft.it>
1 parent c1c00cf commit 3714003

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

network-area-diagram/src/test/java/com/powsybl/nad/svg/DiagramMetadataTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ void testCustomStyleProviderMetadata() {
177177
Map<String, CustomStyleProvider.ThreeWtStyles> threeWtsStyles = new HashMap<>();
178178
threeWtsStyles.put("T3_12",
179179
new CustomStyleProvider.ThreeWtStyles(
180-
"gray", "2px", null,
180+
"gray", "1px", null,
181181
"purple", "2px", "2,2",
182182
"pink", "3px", null
183183
)

network-area-diagram/src/test/resources/custom_style_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"busNode2" : "19",
194194
"type" : "ThreeWtEdge",
195195
"side" : "ONE",
196-
"style1" : "stroke:gray; stroke-width:2px;"
196+
"style1" : "stroke:gray; stroke-width:1px;"
197197
}, {
198198
"svgId" : "21",
199199
"equipmentId" : "T3_12",

0 commit comments

Comments
 (0)