From c1e8efa89b263bad09dd450b33f8b73919d7dc04 Mon Sep 17 00:00:00 2001 From: Tim Diekmann <21277928+TimDiekmann@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:28:45 +0200 Subject: [PATCH] Update libs/@local/hash-validation/src/lib.rs --- libs/@local/hash-validation/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()