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

TST: Add single-quote example to int test

parent aa20e7f8
No related branches found
No related tags found
2 merge requests!53Release 0.1,!48F fix ident query
Pipeline #29075 failed
{
"title": "Random numbers created on a random autumn day in a random office",
"title": "Random numbers created on a random autumn day in a random person's office",
"abstract": "For demonstration purposes we created random numbers on a computer in an office of the CLOUD. This demonstration dataset is used in the DataCloud, a curated cloud storage for scientific data.",
"Event": [
{
......
......@@ -124,7 +124,7 @@ def test_dataset(clear_database, usemodel):
" given_name='Max'", unique=True)
dataset = db.execute_query(f"FIND RECORD Dataset with Dataspace={dataspace.id} AND title="
"'Random numbers created on a random autumn day in a random office'"
"'Random numbers created on a random autumn day in a random person\'s office'"
"", unique=True)
assert db.execute_query(f"COUNT RECORD with id={dataset.id} AND WHICH REFERENCES Person WITH full_name="
"'Alexa Nozone' AND WHICH REFERENCES Person WITH full_name='Max Schmitt'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment