Skip to content
Snippets Groups Projects
Verified Commit b36a0989 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: String IDs

parent 61e5f3c7
No related branches found
No related tags found
No related merge requests found
Pipeline #41747 failed
...@@ -112,7 +112,7 @@ def _assure_test_is_registered(): ...@@ -112,7 +112,7 @@ def _assure_test_is_registered():
def _clear_database(): def _clear_database():
c = db.execute_query("FIND ENTITY WITH ID>99") c = db.execute_query("FIND ENTITY")
c.delete(raise_exception_on_error=False) c.delete(raise_exception_on_error=False)
return None return None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment