mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-15 04:37:47 +00:00
Increase strictness of cycle validation
This commit is contained in:
parent
f1fabce5da
commit
96cd9fb57a
@ -48,8 +48,8 @@ impl Cycle {
|
|||||||
let [next, _] = b.vertices();
|
let [next, _] = b.vertices();
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
prev.surface_form(),
|
prev.surface_form().id(),
|
||||||
next.surface_form(),
|
next.surface_form().id(),
|
||||||
"Edges in cycle do not connect"
|
"Edges in cycle do not connect"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user