Skip to content
Snippets Groups Projects
Commit 2393d33c authored by florian's avatar florian
Browse files

Merge branch 'f-simple-schema-export' into f-schema-export-references

parents f5af30dc 6b20cdba
No related branches found
No related tags found
2 merge requests!89ENH: JsonSchemaExporter accepts do_not_create parameter.,!81F schema export references
Pipeline #42725 failed
......@@ -67,7 +67,7 @@ class CacheTest(unittest.TestCase):
print(db.execute_query("FIND entity with id="+str(rec.id), unique=True))
try:
print(db.execute_query("FIND Record "+str(rec.id), unique=True))
except:
except BaseException:
print("Query does not work as expected")
update.insert(cont, run_id)
assert len(update.get_updates(run_id)) == 1
......
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