Skip to content

Commit

Permalink
fixup! Fix most validate
Browse files Browse the repository at this point in the history
  • Loading branch information
acl-cqc committed Oct 24, 2023
1 parent 78ddb4a commit 5c2e287
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/hugr/validate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,9 @@ mod test {
TypeBound::Any,
));
assert_eq!(
identity_hugr_with_type(valid.clone()).0.update_validate(&reg),
identity_hugr_with_type(valid.clone())
.0
.update_validate(&reg),
Ok(())
);

Expand Down

0 comments on commit 5c2e287

Please sign in to comment.