Skip to content
Snippets Groups Projects
Commit 1a061da5 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

STY: autopep8'd

parent 21d3ab5b
Branches
Tags
1 merge request!65TST: page_length parameter
Pipeline #41386 canceled
...@@ -1377,7 +1377,7 @@ def test_query_paging(): ...@@ -1377,7 +1377,7 @@ def test_query_paging():
# concat zero pages # concat zero pages
assert len([entity for page in db.execute_query( assert len([entity for page in db.execute_query(
test_query + " WITH unmet_condition", page_length=10) test_query + " WITH unmet_condition", page_length=10)
for entity in page]) == 0 for entity in page]) == 0
# this kind of update is allowed # this kind of update is allowed
for entity in [entity for page in db.execute_query( for entity in [entity for page in db.execute_query(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment