diff --git a/libs/@local/hash-validation/src/lib.rs b/libs/@local/hash-validation/src/lib.rs index a4e3634a509..b5e53f16e7b 100644 --- a/libs/@local/hash-validation/src/lib.rs +++ b/libs/@local/hash-validation/src/lib.rs @@ -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()