Skip to content

Commit

Permalink
Fix for test_entityschema_e236_2
Browse files Browse the repository at this point in the history
  • Loading branch information
Teester committed Jun 20, 2024
1 parent b68b0c0 commit 72f8b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comparejsonld.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def compare_properties(self) -> dict:

def check_claims_for_props(self, claims: dict, prop: str) -> str:
cardinality: str = self._process_cardinalities(claims[prop], self._start_shape)
allowed: str = "allowed"
allowed: str = "present"
if "expression" in self._start_shape and "expressions" in self._start_shape["expression"]:
for expression in self._start_shape["expression"]["expressions"]:
allowedlist = []
Expand Down

0 comments on commit 72f8b95

Please sign in to comment.