diff --git a/src/caoscrawler/identifiable_adapters.py b/src/caoscrawler/identifiable_adapters.py index 75de1a3249a3b86ccd6c79deef8fc4b11f2540fd..d46d29373d2cb5bb11e12e4128e301687449cd33 100644 --- a/src/caoscrawler/identifiable_adapters.py +++ b/src/caoscrawler/identifiable_adapters.py @@ -148,7 +148,7 @@ identifiabel, identifiable and identified record) for a Record. query_string = query_string[:-len(" AND ")] return query_string - def check_identifying_props(self, node: SyncNode, raise_exception: bool = True): + def all_identifying_properties_exist(self, node: SyncNode, raise_exception: bool = True): """checks whether all identifying properties exist and raises an error if that's not the case. It furthermore raises an error if "name" is part of the identifiable, but the node does not have a name.