From a854c8b2c6335056f53134484cc4329837cc058a Mon Sep 17 00:00:00 2001 From: Nikolay Proskurin Date: Fri, 17 Nov 2023 23:59:10 +0100 Subject: [PATCH] cq --- .../dl_query_processing_tests/unit/test_pagination.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dl_query_processing/dl_query_processing_tests/unit/test_pagination.py b/lib/dl_query_processing/dl_query_processing_tests/unit/test_pagination.py index 55f7cf2f3..6867826be 100644 --- a/lib/dl_query_processing/dl_query_processing_tests/unit/test_pagination.py +++ b/lib/dl_query_processing/dl_query_processing_tests/unit/test_pagination.py @@ -29,7 +29,7 @@ def _make_legend() -> Legend: items=[ LegendItem( legend_item_id=0, - obj=FieldObjSpec(id='guid', title='title'), + obj=FieldObjSpec(id="guid", title="title"), role_spec=RowRoleSpec(role=FieldRole.row), field_type=FieldType.DIMENSION, data_type=UserDataType.unsupported,