Skip to content

Commit

Permalink
update traces2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Jul 24, 2024
1 parent 110ea26 commit 97f1664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ describe("checkEachPcbTraceNonOverlapping", () => {
test("should return no errors when traces don't overlap", () => {
const soup: AnySoupElement[] = traces2 as any

expect(checkEachPcbTraceNonOverlapping(soup)).toHaveLength(4)
expect(checkEachPcbTraceNonOverlapping(soup)).toHaveLength(1)
})
})

0 comments on commit 97f1664

Please sign in to comment.