Skip to content

Commit

Permalink
fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Sep 15, 2024
1 parent 180a868 commit a61afd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 algos/multi-layer-ijump/tests/same-net-many-pads.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test("multimargin-ijump-astar simple", () => {

expect(
circuitJsonToPcbSvg(
inputCircuitJson, //.concat(solution as any),
inputCircuitJson.concat(solution as any),
// .map((a) => (a.type === "pcb_smtpad" ? { ...a, layer: "bottom" } : a)),
),
).toMatchSvgSnapshot(import.meta.path)
Expand Down

0 comments on commit a61afd4

Please sign in to comment.