mirror of https://codeberg.org/topola/topola.git
test: Use correct principal layer instead of layer 0 in assertion
This commit is contained in:
parent
260aca064d
commit
3856319dc9
|
|
@ -194,7 +194,7 @@ pub fn assert_that_all_single_layer_groundless_ratlines_are_autorouted(
|
||||||
.graph()
|
.graph()
|
||||||
.edge_indices()
|
.edge_indices()
|
||||||
.map(|index| RatlineUid {
|
.map(|index| RatlineUid {
|
||||||
principal_layer: 0,
|
principal_layer: layer,
|
||||||
index,
|
index,
|
||||||
})
|
})
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue