mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-15 12:47:19 +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();
|
||||
|
||||
assert_eq!(
|
||||
prev.surface_form(),
|
||||
next.surface_form(),
|
||||
prev.surface_form().id(),
|
||||
next.surface_form().id(),
|
||||
"Edges in cycle do not connect"
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user