Skip to content

Commit

Permalink
update the position
Browse files Browse the repository at this point in the history
  • Loading branch information
imrishabh18 committed Nov 13, 2024
1 parent 1ff83b8 commit 7e77610
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions tests/sch/__snapshots__/net-label.snap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/sch/net-label.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test("schematic net label", () => {
type: "schematic_net_label",
source_net_id: "net5",
center: { x: 2.5, y: 0 },
anchor_position: { x: 2.5, y: 0 },
anchor_position: { x: 2.5, y: 3 },
anchor_side: "bottom",
text: "superlong label. This is a long one!",
},
Expand Down

0 comments on commit 7e77610

Please sign in to comment.