Skip to content

Commit 48a1f40

Browse files
committed
up
1 parent ff63a5c commit 48a1f40

6 files changed

+14
-14
lines changed

tests/components/primitive-components/__snapshots__/custom-symbol-port-scaled-connected-schematic.snap.svg

Lines changed: 4 additions & 4 deletions
Loading

tests/components/primitive-components/custom-symbol-port-scaled-connected.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ test("Port schStemLength in custom symbol with width/height scaling connecting t
3434
<schematictext schX={-0.35} schY={0.35} text="+" fontSize={0.3} />
3535
<schematictext schX={-0.35} schY={-0.35} text="-" fontSize={0.3} />
3636
<port
37-
name="IN+"
37+
name="IN_POS"
3838
schX={-1}
3939
schY={0.35}
4040
direction="left"
4141
schStemLength={0.5}
4242
/>
4343
<port
44-
name="IN-"
44+
name="IN_NEG"
4545
schX={-1}
4646
schY={-0.35}
4747
direction="left"

tests/components/primitive-components/schematic-text-refdes.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ test("schematictext should replace {NAME} with the component's reference designa
3939
<schematictext schX={-0.35} schY={-0.35} text="-" fontSize={0.3} />
4040

4141
<port
42-
name="IN+"
42+
name="IN_POS"
4343
schX={-1}
4444
schY={0.35}
4545
direction="left"
4646
schStemLength={0.5}
4747
/>
4848

4949
<port
50-
name="IN-"
50+
name="IN_NEG"
5151
schX={-1}
5252
schY={-0.35}
5353
direction="left"

tests/repros/__snapshots__/repro90-custom-symbol-port-scaling-schematic.snap.svg

Lines changed: 2 additions & 2 deletions
Loading

tests/repros/repro90-custom-symbol-port-scaling.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ test("Port schStemLength in custom symbol with width/height scaling", async () =
3434
<schematictext schX={-0.35} schY={0.35} text="+" fontSize={0.3} />
3535
<schematictext schX={-0.35} schY={-0.35} text="-" fontSize={0.3} />
3636
<port
37-
name="IN+"
37+
name="IN_POS"
3838
schX={-1}
3939
schY={0.35}
4040
direction="left"
4141
schStemLength={0.5}
4242
/>
4343
<port
44-
name="IN-"
44+
name="IN_NEG"
4545
schX={-1}
4646
schY={-0.35}
4747
direction="left"

tests/repros/repro99-two-chips-custom-symbols-no-schxy.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ test("repro99: two chips with custom svgPath symbols and ports without schX/schY
2020
strokeWidth={0.05}
2121
isFilled={false}
2222
/>
23-
<port name="IN+" direction="left" />
24-
<port name="IN-" direction="left" />
23+
<port name="IN_POS" direction="left" />
24+
<port name="IN_NEG" direction="left" />
2525
<port name="OUT" direction="right" />
2626
</symbol>
2727
}

0 commit comments

Comments
 (0)