Skip to content
Snippets Groups Projects
Commit 619133a5 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: add entity keyword

parent a0a23f31
No related branches found
No related tags found
2 merge requests!73MAINT: change wording of TableImporter argument and allow converters and...,!71MAINT: adapt to new default keyword RECORD in FIND queries
Pipeline #35465 failed
......@@ -39,7 +39,7 @@ def setup_module():
"""Clear problem sets and delete possible test entities"""
DataModelProblems.missing.clear()
try:
db.execute_query("FIND Test*").delete()
db.execute_query("FIND Entitiy Test*").delete()
except Exception as delete_exc:
print(delete_exc)
......
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