summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWolfgang Müller2025-03-26 17:32:34 +0100
committerWolfgang Müller2025-03-26 17:32:34 +0100
commitd40249a88074bd00a7049d5effe818617a93ad08 (patch)
treec806b01e9ef05124a0652664792bc5e740abc351
parentdd1ef483ef90f35218f5a4a3ea37a624b38ca8da (diff)
downloadhircine-d40249a88074bd00a7049d5effe818617a93ad08.tar.gz
backend/lint: Add missing newline in test_sort
-rw-r--r--tests/api/test_sort.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/api/test_sort.py b/tests/api/test_sort.py
index 65a4990..02a7ec3 100644
--- a/tests/api/test_sort.py
+++ b/tests/api/test_sort.py
@@ -180,6 +180,7 @@ async def test_query_namespace_sort_sort_name(query_namespace_sort):
assert [edge["name"] for edge in response.edges] == ["two", "one"]
+
@pytest.mark.parametrize(
"sort,reverse,expect",
[