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

FIX: remove duplicate keyword entity

parent 273bb950
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 #35464 failed
......@@ -13,7 +13,7 @@ if __name__ == "__main__":
export_related_to(rec.id, directory=directory.name)
# delete everything
print("Clearing database")
recs = db.execute_query("FIND ENTITY entity with id>99")
recs = db.execute_query("FIND entity with id>99")
if len(recs) > 0:
recs.delete()
assert 0 == len(db.execute_query("FIND File which is stored at "
......
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