Skip to content

Commit

Permalink
Update libs/@local/hash-validation/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann authored Oct 22, 2024
1 parent 5473516 commit c1e8efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/@local/hash-validation/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ mod tests {
.resolve_entity_type_metadata(entity_type_uuid)
.expect("entity type not resolved");
let closed_entity_type = ClosedEntityType::from_resolve_data(entity_type, &resolved_data)
.expect("Could not close church");
.expect("Could not close entity type");

let entity_types = entity_types
.into_iter()
Expand Down

0 comments on commit c1e8efa

Please sign in to comment.