Skip to content
Snippets Groups Projects
Commit 192430ad authored by florian's avatar florian
Browse files

FIX: Revert order of subset

parent f34b5192
No related branches found
No related tags found
1 merge request!5FIX: Ignore obligatory properties when inserting identifiables
Pipeline #9204 passed
......@@ -89,5 +89,6 @@ def test_crawler_with_data_model_problems():
# There should be datamodel problems
assert len(DataModelProblems.missing) > 0
# Deleted entities should have been identified:
assert deleted_entities.issubset(DataModelProblems.missing)
assert DataModelProblems.missing.issubset(deleted_entities)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment